Ignore:
Timestamp:
Jun 6, 2023, 10:11:12 PM (12 months ago)
Author:
chronos
Message:
  • Fixed: Resize of compare and normalize forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormNormalize.lfm

    r152 r154  
    11object FormNormalize: TFormNormalize
    2   Left = 460
    3   Height = 674
    4   Top = 476
    5   Width = 959
     2  Left = 663
     3  Height = 413
     4  Top = 452
     5  Width = 765
    66  Caption = 'Normalize'
    7   ClientHeight = 674
    8   ClientWidth = 959
     7  ClientHeight = 413
     8  ClientWidth = 765
    99  DesignTimePPI = 144
    1010  OnClose = FormClose
     
    1414  object ScrollBox1: TScrollBox
    1515    Left = 8
    16     Height = 608
     16    Height = 347
    1717    Top = 8
    18     Width = 937
     18    Width = 743
    1919    HorzScrollBar.Page = 600
    2020    VertScrollBar.Page = 211
    2121    Anchors = [akTop, akLeft, akRight, akBottom]
    22     ClientHeight = 606
    23     ClientWidth = 935
     22    ClientHeight = 345
     23    ClientWidth = 741
    2424    TabOrder = 0
    2525    object CheckBoxRemovePhoneSpaces: TCheckBox
     
    7979  end
    8080  object ButtonCancel: TButton
    81     Left = 832
     81    Left = 638
    8282    Height = 38
    83     Top = 624
     83    Top = 363
    8484    Width = 113
     85    Anchors = [akRight, akBottom]
    8586    Caption = 'Cancel'
    8687    ModalResult = 2
     
    8889  end
    8990  object ButtonProcess: TButton
    90     Left = 696
     91    Left = 502
    9192    Height = 38
    92     Top = 624
     93    Top = 363
    9394    Width = 113
     95    Anchors = [akRight, akBottom]
    9496    Caption = 'Process'
    9597    ModalResult = 1
Note: See TracChangeset for help on using the changeset viewer.