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

    r17 r21  
    11object FormGenerate: TFormGenerate
    22  Left = 464
    3   Height = 468
     3  Height = 562
    44  Top = 368
    5   Width = 677
     5  Width = 812
    66  Caption = 'Generate contacts'
    7   ClientHeight = 468
    8   ClientWidth = 677
    9   DesignTimePPI = 120
     7  ClientHeight = 562
     8  ClientWidth = 812
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '1.8.0.6'
     13  LCLVersion = '2.0.0.4'
    1414  object Label1: TLabel
    15     Left = 16
    16     Height = 20
    17     Top = 16
    18     Width = 42
     15    Left = 19
     16    Height = 26
     17    Top = 19
     18    Width = 56
    1919    Caption = 'Count:'
    2020    ParentColor = False
     21    ParentFont = False
    2122  end
    2223  object SpinEditCount: TSpinEdit
    23     Left = 129
    24     Height = 28
    25     Top = 15
    26     Width = 127
     24    Left = 155
     25    Height = 43
     26    Top = 18
     27    Width = 152
    2728    MaxValue = 1000000000
    2829    MinValue = 1
     30    ParentFont = False
    2931    TabOrder = 0
    3032    Value = 1
    3133  end
    3234  object ButtonGenerate: TButton
    33     Left = 16
    34     Height = 31
    35     Top = 144
    36     Width = 94
     35    Left = 19
     36    Height = 37
     37    Top = 173
     38    Width = 113
    3739    Caption = 'Generate'
    3840    OnClick = ButtonGenerateClick
     41    ParentFont = False
    3942    TabOrder = 1
    4043  end
Note: See TracChangeset for help on using the changeset viewer.