Changeset 317 for trunk/Forms/FormHelp.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormHelp.lfm
r316 r317 1 1 object FormHelp: TFormHelp 2 Left = 5663 Height = 6634 Top = 2375 Width = 10122 Left = 1040 3 Height = 432 4 Top = 540 5 Width = 582 6 6 Caption = 'Help' 7 ClientHeight = 663 8 ClientWidth = 1012 9 Constraints.MinHeight = 223 10 Constraints.MinWidth = 424 11 DesignTimePPI = 120 12 OnClose = FormClose 7 ClientHeight = 432 8 ClientWidth = 582 9 Constraints.MinHeight = 268 10 Constraints.MinWidth = 509 11 DesignTimePPI = 144 13 12 OnCreate = FormCreate 14 OnShow = FormShow15 13 Position = poMainFormCenter 16 LCLVersion = ' 2.0.0.4'14 LCLVersion = '3.4.0.0' 17 15 object Memo1: TMemo 18 Left = 619 Height = 65120 Top = 621 Width = 100016 Left = 7 17 Height = 418 18 Top = 7 19 Width = 568 22 20 Align = alClient 23 BorderSpacing.Around = 621 BorderSpacing.Around = 7 24 22 ReadOnly = True 25 23 ScrollBars = ssAutoBoth
Note:
See TracChangeset
for help on using the changeset viewer.