Changeset 154 for trunk/Forms/FormNormalize.lfm
- Timestamp:
- Jun 6, 2023, 10:11:12 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormNormalize.lfm
r152 r154 1 1 object FormNormalize: TFormNormalize 2 Left = 4603 Height = 6744 Top = 4 765 Width = 9592 Left = 663 3 Height = 413 4 Top = 452 5 Width = 765 6 6 Caption = 'Normalize' 7 ClientHeight = 6748 ClientWidth = 9597 ClientHeight = 413 8 ClientWidth = 765 9 9 DesignTimePPI = 144 10 10 OnClose = FormClose … … 14 14 object ScrollBox1: TScrollBox 15 15 Left = 8 16 Height = 60816 Height = 347 17 17 Top = 8 18 Width = 93718 Width = 743 19 19 HorzScrollBar.Page = 600 20 20 VertScrollBar.Page = 211 21 21 Anchors = [akTop, akLeft, akRight, akBottom] 22 ClientHeight = 60623 ClientWidth = 93522 ClientHeight = 345 23 ClientWidth = 741 24 24 TabOrder = 0 25 25 object CheckBoxRemovePhoneSpaces: TCheckBox … … 79 79 end 80 80 object ButtonCancel: TButton 81 Left = 83281 Left = 638 82 82 Height = 38 83 Top = 62483 Top = 363 84 84 Width = 113 85 Anchors = [akRight, akBottom] 85 86 Caption = 'Cancel' 86 87 ModalResult = 2 … … 88 89 end 89 90 object ButtonProcess: TButton 90 Left = 69691 Left = 502 91 92 Height = 38 92 Top = 62493 Top = 363 93 94 Width = 113 95 Anchors = [akRight, akBottom] 94 96 Caption = 'Process' 95 97 ModalResult = 1
Note:
See TracChangeset
for help on using the changeset viewer.