Changeset 107 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Oct 11, 2016, 4:44:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r105 r107 5 5 Width = 782 6 6 Caption = 'Acronym Decoder' 7 ClientHeight = 4 227 ClientHeight = 417 8 8 ClientWidth = 782 9 9 Menu = MainMenu1 … … 17 17 object Panel1: TPanel 18 18 Left = 0 19 Height = 39 619 Height = 391 20 20 Top = 26 21 21 Width = 782 22 22 Align = alClient 23 23 BevelOuter = bvNone 24 ClientHeight = 39 624 ClientHeight = 391 25 25 ClientWidth = 782 26 26 TabOrder = 1 27 27 object CheckBoxExactMath: TCheckBox 28 28 Left = 8 29 Height = 2 429 Height = 29 30 30 Top = 3 31 Width = 1 0431 Width = 124 32 32 Caption = 'Exact match' 33 33 OnChange = CheckBoxExactMathChange … … 44 44 object ListViewAcronyms: TListView 45 45 Left = 8 46 Height = 3 2446 Height = 319 47 47 Top = 64 48 48 Width = 767
Note:
See TracChangeset
for help on using the changeset viewer.