Changeset 100 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Aug 31, 2016, 9:57:15 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r97 r100 1 1 object FormMain: TFormMain 2 Left = 6032 Left = 454 3 3 Height = 446 4 Top = 3424 Top = 401 5 5 Width = 782 6 6 Caption = 'Acronym Decoder' 7 ClientHeight = 42 17 ClientHeight = 422 8 8 ClientWidth = 782 9 9 Menu = MainMenu1 … … 17 17 object Panel1: TPanel 18 18 Left = 0 19 Height = 39 519 Height = 396 20 20 Top = 26 21 21 Width = 782 22 22 Align = alClient 23 23 BevelOuter = bvNone 24 ClientHeight = 39 524 ClientHeight = 396 25 25 ClientWidth = 782 26 26 TabOrder = 1 27 27 object CheckBoxExactMath: TCheckBox 28 28 Left = 8 29 Height = 2 429 Height = 21 30 30 Top = 3 31 Width = 10 431 Width = 102 32 32 Caption = 'Exact match' 33 33 OnChange = CheckBoxExactMathChange … … 44 44 object ListViewAcronyms: TListView 45 45 Left = 8 46 Height = 32 346 Height = 324 47 47 Top = 64 48 48 Width = 767 … … 1434 1434 OnCompareItem = ListViewSort1CompareItem 1435 1435 OnFilter = ListViewSort1Filter 1436 OnColumnWidthChanged = ListViewSort1ColumnWidthChanged 1436 1437 Column = 0 1437 1438 Order = soUp
Note:
See TracChangeset
for help on using the changeset viewer.