Changeset 112 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Nov 1, 2016, 12:12:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r109 r112 5 5 Width = 782 6 6 Caption = 'Acronym Decoder' 7 ClientHeight = 4 177 ClientHeight = 422 8 8 ClientWidth = 782 9 9 Menu = MainMenu1 … … 17 17 object Panel1: TPanel 18 18 Left = 0 19 Height = 39 119 Height = 396 20 20 Top = 26 21 21 Width = 782 22 22 Align = alClient 23 23 BevelOuter = bvNone 24 ClientHeight = 39 124 ClientHeight = 396 25 25 ClientWidth = 782 26 26 TabOrder = 1 27 27 object CheckBoxExactMath: TCheckBox 28 28 Left = 8 29 Height = 2 929 Height = 24 30 30 Top = 3 31 Width = 1 2431 Width = 104 32 32 Caption = 'Exact match' 33 33 OnChange = CheckBoxExactMathChange … … 44 44 object ListViewAcronyms: TListView 45 45 Left = 8 46 Height = 3 1946 Height = 324 47 47 Top = 64 48 48 Width = 767
Note:
See TracChangeset
for help on using the changeset viewer.