Changeset 104 for trunk/Forms/UFormCategorySelect.lfm
- Timestamp:
- Oct 11, 2016, 9:49:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCategorySelect.lfm
r96 r104 1 1 object FormCategorySelect: TFormCategorySelect 2 2 Left = 500 3 Height = 6023 Height = 584 4 4 Top = 253 5 Width = 79 45 Width = 791 6 6 Caption = 'Select categories' 7 ClientHeight = 6028 ClientWidth = 79 47 ClientHeight = 584 8 ClientWidth = 791 9 9 OnCreate = FormCreate 10 10 OnShow = FormShow … … 13 13 object ListBox1: TListBox 14 14 Left = 16 15 Height = 5 3615 Height = 518 16 16 Top = 8 17 Width = 76 417 Width = 761 18 18 Anchors = [akTop, akLeft, akRight, akBottom] 19 19 ItemHeight = 0 … … 25 25 end 26 26 object ButtonOk: TButton 27 Left = 70 427 Left = 701 28 28 Height = 25 29 Top = 5 5929 Top = 541 30 30 Width = 75 31 31 Anchors = [akRight, akBottom] … … 35 35 end 36 36 object ButtonCancel: TButton 37 Left = 60 837 Left = 605 38 38 Height = 25 39 Top = 5 6039 Top = 542 40 40 Width = 75 41 41 Anchors = [akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.