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

    r149 r155  
    11object FormNameDetails: TFormNameDetails
    22  Left = 670
    3   Height = 329
    4   Top = 525
    5   Width = 604
     3  Height = 299
     4  Top = 542
     5  Width = 572
    66  Caption = 'Name details'
    7   ClientHeight = 329
    8   ClientWidth = 604
    9   Constraints.MinHeight = 311
    10   Constraints.MinWidth = 281
    11   DesignTimePPI = 150
     7  ClientHeight = 299
     8  ClientWidth = 572
     9  Constraints.MinHeight = 299
     10  Constraints.MinWidth = 270
     11  DesignTimePPI = 144
    1212  OnClose = FormClose
    1313  OnCreate = FormCreate
    1414  OnShow = FormShow
    15   LCLVersion = '2.2.0.4'
     15  LCLVersion = '2.2.6.0'
    1616  object EditFirstName: TEdit
    17     Left = 200
    18     Height = 43
    19     Top = 64
    20     Width = 384
     17    Left = 192
     18    Height = 33
     19    Top = 61
     20    Width = 361
    2121    Anchors = [akTop, akLeft, akRight]
    2222    ParentFont = False
     
    2424  end
    2525  object Label1: TLabel
    26     Left = 16
    27     Height = 27
    28     Top = 72
    29     Width = 44
     26    Left = 15
     27    Height = 25
     28    Top = 69
     29    Width = 37
    3030    Caption = 'First:'
     31    ParentColor = False
    3132    ParentFont = False
    3233  end
    3334  object Label5: TLabel
    34     Left = 16
    35     Height = 27
    36     Top = 168
    37     Width = 42
     35    Left = 15
     36    Height = 25
     37    Top = 161
     38    Width = 35
    3839    Caption = 'Last:'
     40    ParentColor = False
    3941    ParentFont = False
    4042  end
    4143  object EditLastName: TEdit
    42     Left = 200
    43     Height = 43
    44     Top = 160
    45     Width = 384
     44    Left = 192
     45    Height = 33
     46    Top = 154
     47    Width = 361
    4648    Anchors = [akTop, akLeft, akRight]
    4749    ParentFont = False
     
    4951  end
    5052  object EditMiddleName: TEdit
    51     Left = 200
    52     Height = 43
    53     Top = 112
    54     Width = 384
     53    Left = 192
     54    Height = 33
     55    Top = 108
     56    Width = 361
    5557    Anchors = [akTop, akLeft, akRight]
    5658    ParentFont = False
     
    5860  end
    5961  object Label25: TLabel
    60     Left = 16
    61     Height = 27
    62     Top = 124
    63     Width = 67
     62    Left = 15
     63    Height = 25
     64    Top = 119
     65    Width = 59
    6466    Caption = 'Middle:'
     67    ParentColor = False
    6568    ParentFont = False
    6669  end
    6770  object Label26: TLabel
    68     Left = 16
    69     Height = 27
    70     Top = 24
    71     Width = 43
     71    Left = 15
     72    Height = 25
     73    Top = 23
     74    Width = 36
    7275    Caption = 'Title:'
     76    ParentColor = False
    7377    ParentFont = False
    7478  end
    7579  object EditTitleBefore: TEdit
    76     Left = 200
    77     Height = 43
    78     Top = 16
    79     Width = 384
     80    Left = 192
     81    Height = 33
     82    Top = 15
     83    Width = 361
    8084    Anchors = [akTop, akLeft, akRight]
    8185    ParentFont = False
     
    8387  end
    8488  object Label27: TLabel
    85     Left = 16
    86     Height = 27
    87     Top = 216
    88     Width = 55
     89    Left = 15
     90    Height = 25
     91    Top = 207
     92    Width = 48
    8993    Caption = 'Suffix:'
     94    ParentColor = False
    9095    ParentFont = False
    9196  end
    9297  object EditTitleAfter: TEdit
    93     Left = 200
    94     Height = 43
    95     Top = 208
    96     Width = 384
     98    Left = 192
     99    Height = 33
     100    Top = 200
     101    Width = 361
    97102    Anchors = [akTop, akLeft, akRight]
    98103    ParentFont = False
     
    100105  end
    101106  object ButtonOk: TButton
    102     Left = 467
    103     Height = 39
    104     Top = 276
    105     Width = 117
     107    Left = 441
     108    Height = 37
     109    Top = 249
     110    Width = 112
    106111    Anchors = [akRight, akBottom]
    107112    Caption = 'OK'
     
    110115  end
    111116  object ButtonCancel: TButton
    112     Left = 337
    113     Height = 39
    114     Top = 276
    115     Width = 117
     117    Left = 316
     118    Height = 37
     119    Top = 249
     120    Width = 112
    116121    Anchors = [akRight, akBottom]
    117122    Caption = 'Cancel'
Note: See TracChangeset for help on using the changeset viewer.