Changeset 18 for trunk/Forms/UFormMain.lfm
- Timestamp:
- May 4, 2016, 12:28:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r17 r18 1 1 object FormMain: TFormMain 2 Left = 39 42 Left = 393 3 3 Height = 446 4 Top = 3954 Top = 405 5 5 Width = 631 6 6 Caption = 'Acronym Decoder' … … 16 16 object ListViewAcronyms: TListView 17 17 Left = 8 18 Height = 3 7219 Top = 4018 Height = 340 19 Top = 72 20 20 Width = 613 21 21 Anchors = [akTop, akLeft, akRight, akBottom] … … 44 44 OnSelectItem = ListViewAcronymsSelectItem 45 45 end 46 object EditSearch: TEdit46 object ListViewFilter1: TListViewFilter 47 47 Left = 8 48 Height = 28 49 Top = 8 50 Width = 611 48 Height = 30 49 Top = 32 50 Width = 613 51 OnChange = ListViewFilter1Change 51 52 Anchors = [akTop, akLeft, akRight] 52 OnChange = EditSearchChange 53 TabOrder = 1 53 end 54 object CheckBoxExactMath: TCheckBox 55 Left = 8 56 Height = 24 57 Top = 3 58 Width = 104 59 Caption = 'Exact match' 60 OnChange = CheckBoxExactMathChange 61 TabOrder = 2 54 62 end 55 63 object TrayIcon1: TTrayIcon … … 4519 4527 top = 144 4520 4528 end 4529 object ListViewSort1: TListViewSort 4530 ListView = ListViewAcronyms 4531 OnCompareItem = ListViewSort1CompareItem 4532 OnFilter = ListViewSort1Filter 4533 Column = 0 4534 Order = soDown 4535 left = 464 4536 top = 208 4537 end 4521 4538 end
Note:
See TracChangeset
for help on using the changeset viewer.