Changeset 219 for trunk/Forms/FormCategorySelect.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCategorySelect.lfm
r218 r219 1 1 object FormCategorySelect: TFormCategorySelect 2 2 Left = 500 3 Height = 5843 Height = 701 4 4 Top = 253 5 Width = 7915 Width = 949 6 6 Caption = 'Select categories' 7 ClientHeight = 584 8 ClientWidth = 791 9 DesignTimePPI = 120 10 OnCreate = FormCreate 11 OnShow = FormShow 7 ClientHeight = 701 8 ClientWidth = 949 9 DesignTimePPI = 144 12 10 Position = poScreenCenter 13 LCLVersion = ' 2.0.2.0'11 LCLVersion = '3.6.0.0' 14 12 object ListBox1: TListBox 15 Left = 1 616 Height = 51817 Top = 818 Width = 76113 Left = 19 14 Height = 621 15 Top = 10 16 Width = 913 19 17 Anchors = [akTop, akLeft, akRight, akBottom] 20 18 ItemHeight = 0 21 19 MultiSelect = True 20 ScrollWidth = 762 21 TabOrder = 0 22 TopIndex = -1 22 23 OnDblClick = ListBox1DblClick 23 24 OnKeyPress = ListBox1KeyPress 24 ScrollWidth = 76225 TabOrder = 026 25 end 27 26 object ButtonOk: TButton 28 Left = 70129 Height = 2530 Top = 54131 Width = 7527 Left = 841 28 Height = 30 29 Top = 649 30 Width = 90 32 31 Anchors = [akRight, akBottom] 33 32 Caption = 'Select' … … 36 35 end 37 36 object ButtonCancel: TButton 38 Left = 60539 Height = 2540 Top = 54241 Width = 7537 Left = 726 38 Height = 30 39 Top = 651 40 Width = 90 42 41 Anchors = [akRight, akBottom] 43 42 Caption = 'Cancel'
Note:
See TracChangeset
for help on using the changeset viewer.