Ignore:
Timestamp:
Jun 6, 2023, 10:45:32 PM (12 months ago)
Author:
chronos
Message:
  • Added: Detect Beyond Compare as compare tool on Windows.
  • Modified: Improved forms resize handling.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormGenerate.lfm

    r149 r155  
    11object FormGenerate: TFormGenerate
    22  Left = 470
    3   Height = 585
    4   Top = 372
    5   Width = 846
     3  Height = 318
     4  Top = 616
     5  Width = 652
    66  Caption = 'Generate contacts'
    7   ClientHeight = 585
    8   ClientWidth = 846
    9   DesignTimePPI = 150
     7  ClientHeight = 318
     8  ClientWidth = 652
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '2.2.0.4'
     13  LCLVersion = '2.2.6.0'
    1414  object Label1: TLabel
    15     Left = 20
    16     Height = 27
    17     Top = 20
    18     Width = 59
     15    Left = 19
     16    Height = 25
     17    Top = 19
     18    Width = 52
    1919    Caption = 'Count:'
     20    ParentColor = False
    2021    ParentFont = False
    2122  end
    2223  object SpinEditCount: TSpinEdit
    23     Left = 161
    24     Height = 43
    25     Top = 19
    26     Width = 158
     24    Left = 155
     25    Height = 33
     26    Top = 18
     27    Width = 152
    2728    MaxValue = 1000000000
    2829    MinValue = 1
     
    3233  end
    3334  object ButtonGenerate: TButton
    34     Left = 704
    35     Height = 39
    36     Top = 528
    37     Width = 118
     35    Left = 516
     36    Height = 37
     37    Top = 264
     38    Width = 113
    3839    Anchors = [akRight, akBottom]
    3940    Caption = 'Generate'
Note: See TracChangeset for help on using the changeset viewer.