Changeset 50 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Jul 25, 2016, 5:07:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r45 r50 1 1 object FormMain: TFormMain 2 Left = 42 72 Left = 429 3 3 Height = 446 4 Top = 4234 Top = 342 5 5 Width = 631 6 6 Caption = 'Acronym Decoder' 7 ClientHeight = 4 147 ClientHeight = 421 8 8 ClientWidth = 631 9 9 Menu = MainMenu1 … … 13 13 OnDestroy = FormDestroy 14 14 OnShow = FormShow 15 LCLVersion = '1. 7'15 LCLVersion = '1.6.0.4' 16 16 object Panel1: TPanel 17 17 Left = 0 18 Height = 3 8818 Height = 395 19 19 Top = 26 20 20 Width = 631 21 21 Align = alClient 22 22 BevelOuter = bvNone 23 ClientHeight = 3 8823 ClientHeight = 395 24 24 ClientWidth = 631 25 25 TabOrder = 0 26 26 object CheckBoxExactMath: TCheckBox 27 27 Left = 8 28 Height = 2 828 Height = 24 29 29 Top = 3 30 Width = 1 2930 Width = 104 31 31 Caption = 'Exact match' 32 32 OnChange = CheckBoxExactMathChange … … 43 43 object ListViewAcronyms: TListView 44 44 Left = 8 45 Height = 3 1645 Height = 323 46 46 Top = 64 47 47 Width = 616
Note:
See TracChangeset
for help on using the changeset viewer.