Changeset 104 for trunk/Forms/UFormImportSources.lfm
- Timestamp:
- Oct 11, 2016, 9:49:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSources.lfm
r100 r104 44 44 end 45 45 object ListView1: TListView 46 Left = 8 47 Height = 340 48 Top = 44 49 Width = 798 50 Anchors = [akTop, akLeft, akRight, akBottom] 46 Left = 4 47 Height = 351 48 Top = 33 49 Width = 804 50 Align = alClient 51 BorderSpacing.Left = 4 52 BorderSpacing.Right = 4 53 BorderSpacing.Bottom = 4 51 54 Checkboxes = True 52 55 Columns = < … … 86 89 end 87 90 object ListViewFilter1: TListViewFilter 88 Left = 891 Left = 4 89 92 Height = 29 90 Top = 1191 Width = 79893 Top = 4 94 Width = 804 92 95 OnChange = ListViewFilter1Change 93 Anchors = [akTop, akLeft, akRight] 96 Align = alTop 97 BorderSpacing.Left = 4 98 BorderSpacing.Top = 4 99 BorderSpacing.Right = 4 94 100 end 95 101 object ActionList1: TActionList
Note:
See TracChangeset
for help on using the changeset viewer.