Ignore:
Timestamp:
May 8, 2019, 11:54:23 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Build under Lazarus 2.0.
  • Modified: Used .lrj files instead of .lrt files.
  • Modified: Removed TemplateGenerics package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAbout.lfm

    r37 r41  
    11object FormAbout: TFormAbout
    22  Left = 562
    3   Height = 335
     3  Height = 502
    44  Top = 339
    5   Width = 533
     5  Width = 800
    66  Caption = 'About'
    7   ClientHeight = 335
    8   ClientWidth = 533
     7  ClientHeight = 502
     8  ClientWidth = 800
     9  DesignTimePPI = 144
    910  OnCreate = FormCreate
    1011  OnShow = FormShow
    1112  Position = poScreenCenter
    12   LCLVersion = '1.6.2.0'
     13  LCLVersion = '2.0.0.4'
    1314  object LabelDescription: TLabel
    14     Left = 20
    15     Height = 50
    16     Top = 108
    17     Width = 493
     15    Left = 30
     16    Height = 26
     17    Top = 162
     18    Width = 740
    1819    Align = alTop
    19     BorderSpacing.Around = 20
     20    BorderSpacing.Around = 30
    2021    Caption = 'CoolDisk is helpful GUI application for various disk surface operations.'
    2122    ParentColor = False
     23    ParentFont = False
    2224    WordWrap = True
    2325  end
    2426  object ButtonClose: TButton
    25     Left = 420
    26     Height = 25
    27     Top = 295
    28     Width = 93
     27    Left = 630
     28    Height = 38
     29    Top = 442
     30    Width = 140
    2931    Anchors = [akRight, akBottom]
    3032    Caption = 'Close'
    3133    ModalResult = 1
     34    ParentFont = False
    3235    TabOrder = 0
    3336  end
    3437  object LabelContent: TLabel
    35     Left = 20
    36     Height = 25
    37     Top = 178
    38     Width = 493
     38    Left = 30
     39    Height = 26
     40    Top = 218
     41    Width = 740
    3942    Align = alTop
    40     BorderSpacing.Around = 20
     43    BorderSpacing.Around = 30
    4144    Caption = '   '
    4245    ParentColor = False
     46    ParentFont = False
    4347  end
    4448  object ButtonHomePage: TButton
    45     Left = 16
    46     Height = 25
    47     Top = 295
    48     Width = 176
     49    Left = 24
     50    Height = 38
     51    Top = 442
     52    Width = 264
    4953    Anchors = [akLeft, akBottom]
    5054    Caption = 'Home page'
    5155    OnClick = ButtonHomePageClick
     56    ParentFont = False
    5257    TabOrder = 1
    5358  end
    5459  object Panel1: TPanel
    5560    Left = 0
    56     Height = 88
     61    Height = 132
    5762    Top = 0
    58     Width = 533
     63    Width = 800
    5964    Align = alTop
    6065    BevelOuter = bvNone
    61     ClientHeight = 88
    62     ClientWidth = 533
     66    ClientHeight = 132
     67    ClientWidth = 800
     68    ParentFont = False
    6369    TabOrder = 2
    6470    object Image1: TImage
    65       Left = 24
    66       Height = 66
    67       Top = 16
    68       Width = 69
     71      Left = 36
     72      Height = 99
     73      Top = 24
     74      Width = 104
    6975      Picture.Data = {
    7076        1754506F727461626C654E6574776F726B47726170686963B30C000089504E47
     
    175181    object LabelAppName: TLabel
    176182      Left = 104
    177       Height = 54
     183      Height = 83
    178184      Top = 16
    179       Width = 167
     185      Width = 261
    180186      Align = alCustom
    181       BorderSpacing.Around = 20
     187      BorderSpacing.Around = 30
    182188      Caption = 'Cool Disk'
    183       Font.Height = -40
     189      Font.Height = -60
    184190      ParentColor = False
    185191      ParentFont = False
Note: See TracChangeset for help on using the changeset viewer.