Changeset 364 for trunk/Forms/FormHelp.lfm
- Timestamp:
- Jan 1, 2025, 1:04:50 AM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormHelp.lfm
r362 r364 1 1 object FormHelp: TFormHelp 2 2 Left = 514 3 Height = 3603 Height = 445 4 4 Top = 267 5 Width = 4855 Width = 607 6 6 Caption = 'Help' 7 ClientHeight = 3608 ClientWidth = 4859 Constraints.MinHeight = 1 0010 Constraints.MinWidth = 1 0011 DesignTimePPI = 1 207 ClientHeight = 445 8 ClientWidth = 607 9 Constraints.MinHeight = 120 10 Constraints.MinWidth = 120 11 DesignTimePPI = 144 12 12 OnCreate = FormCreate 13 13 Position = poMainFormCenter 14 14 LCLVersion = '3.6.0.0' 15 15 object Memo1: TMemo 16 Left = 817 Height = 3 0418 Top = 819 Width = 46916 Left = 10 17 Height = 379 18 Top = 10 19 Width = 587 20 20 Align = alTop 21 21 Anchors = [akTop, akLeft, akRight, akBottom] 22 BorderSpacing.Around = 822 BorderSpacing.Around = 10 23 23 ReadOnly = True 24 24 ScrollBars = ssAutoBoth … … 26 26 end 27 27 object ButtonClose: TButton 28 Left = 38329 Height = 3 130 Top = 3 2031 Width = 9428 Left = 484 29 Height = 37 30 Top = 397 31 Width = 113 32 32 Anchors = [akRight, akBottom] 33 33 Caption = 'Close'
Note:
See TracChangeset
for help on using the changeset viewer.