Changeset 221 for trunk/Forms/FormCategorySelect.lfm
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCategorySelect.lfm
r219 r221 1 1 object FormCategorySelect: TFormCategorySelect 2 2 Left = 500 3 Height = 7013 Height = 631 4 4 Top = 253 5 Width = 9 495 Width = 918 6 6 Caption = 'Select categories' 7 ClientHeight = 7018 ClientWidth = 9 497 ClientHeight = 631 8 ClientWidth = 918 9 9 DesignTimePPI = 144 10 10 Position = poScreenCenter … … 12 12 object ListBox1: TListBox 13 13 Left = 19 14 Height = 62114 Height = 551 15 15 Top = 10 16 Width = 91316 Width = 882 17 17 Anchors = [akTop, akLeft, akRight, akBottom] 18 18 ItemHeight = 0 … … 25 25 end 26 26 object ButtonOk: TButton 27 Left = 84128 Height = 3 029 Top = 64930 Width = 9027 Left = 648 28 Height = 38 29 Top = 581 30 Width = 114 31 31 Anchors = [akRight, akBottom] 32 32 Caption = 'Select' … … 35 35 end 36 36 object ButtonCancel: TButton 37 Left = 7 2638 Height = 3 039 Top = 65140 Width = 9037 Left = 792 38 Height = 38 39 Top = 581 40 Width = 109 41 41 Anchors = [akRight, akBottom] 42 42 Caption = 'Cancel'
Note:
See TracChangeset
for help on using the changeset viewer.