Changeset 45 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Jul 15, 2016, 12:38:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r39 r45 5 5 Width = 631 6 6 Caption = 'Acronym Decoder' 7 ClientHeight = 4 217 ClientHeight = 414 8 8 ClientWidth = 631 9 9 Menu = MainMenu1 … … 13 13 OnDestroy = FormDestroy 14 14 OnShow = FormShow 15 LCLVersion = '1. 6.0.4'15 LCLVersion = '1.7' 16 16 object Panel1: TPanel 17 17 Left = 0 18 Height = 3 9518 Height = 388 19 19 Top = 26 20 20 Width = 631 21 21 Align = alClient 22 22 BevelOuter = bvNone 23 ClientHeight = 3 9523 ClientHeight = 388 24 24 ClientWidth = 631 25 25 TabOrder = 0 26 26 object CheckBoxExactMath: TCheckBox 27 27 Left = 8 28 Height = 2 428 Height = 28 29 29 Top = 3 30 Width = 1 0430 Width = 129 31 31 Caption = 'Exact match' 32 32 OnChange = CheckBoxExactMathChange … … 43 43 object ListViewAcronyms: TListView 44 44 Left = 8 45 Height = 3 2345 Height = 316 46 46 Top = 64 47 47 Width = 616 … … 1398 1398 object CoolTranslator1: TCoolTranslator 1399 1399 POFilesFolder = 'Languages' 1400 OnTranslate = CoolTranslator1Translate 1400 1401 left = 264 1401 1402 top = 176
Note:
See TracChangeset
for help on using the changeset viewer.