Ignore:
Timestamp:
Jan 17, 2025, 10:06:21 PM (4 days ago)
Author:
chronos
Message:
  • Fixed: Use scrollbox in resizable forms.
  • Fixed: Translate all forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCategorySelect.lfm

    r219 r221  
    11object FormCategorySelect: TFormCategorySelect
    22  Left = 500
    3   Height = 701
     3  Height = 631
    44  Top = 253
    5   Width = 949
     5  Width = 918
    66  Caption = 'Select categories'
    7   ClientHeight = 701
    8   ClientWidth = 949
     7  ClientHeight = 631
     8  ClientWidth = 918
    99  DesignTimePPI = 144
    1010  Position = poScreenCenter
     
    1212  object ListBox1: TListBox
    1313    Left = 19
    14     Height = 621
     14    Height = 551
    1515    Top = 10
    16     Width = 913
     16    Width = 882
    1717    Anchors = [akTop, akLeft, akRight, akBottom]
    1818    ItemHeight = 0
     
    2525  end
    2626  object ButtonOk: TButton
    27     Left = 841
    28     Height = 30
    29     Top = 649
    30     Width = 90
     27    Left = 648
     28    Height = 38
     29    Top = 581
     30    Width = 114
    3131    Anchors = [akRight, akBottom]
    3232    Caption = 'Select'
     
    3535  end
    3636  object ButtonCancel: TButton
    37     Left = 726
    38     Height = 30
    39     Top = 651
    40     Width = 90
     37    Left = 792
     38    Height = 38
     39    Top = 581
     40    Width = 109
    4141    Anchors = [akRight, akBottom]
    4242    Caption = 'Cancel'
Note: See TracChangeset for help on using the changeset viewer.