Changeset 101 for trunk/Forms/FormHelp.lfm
- Timestamp:
- Dec 9, 2024, 10:31:28 AM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormHelp.lfm
r86 r101 1 1 object FormHelp: TFormHelp 2 2 Left = 751 3 Height = 3603 Height = 405 4 4 Top = 406 5 Width = 4805 Width = 527 6 6 Caption = 'Help' 7 ClientHeight = 3608 ClientWidth = 4807 ClientHeight = 405 8 ClientWidth = 527 9 9 DesignTimePPI = 144 10 10 OnShow = FormShow 11 LCLVersion = '3. 4.0.0'11 LCLVersion = '3.6.0.0' 12 12 object Memo1: TMemo 13 13 Left = 8 14 14 Height = 344 15 15 Top = 8 16 Width = 464 17 Align = alClient 16 Width = 510 17 Align = alCustom 18 Anchors = [akTop, akLeft, akRight, akBottom] 18 19 BorderSpacing.Around = 8 19 20 TabOrder = 0 20 21 end 22 object ButtonOk: TButton 23 Left = 406 24 Height = 38 25 Top = 360 26 Width = 113 27 Anchors = [akRight, akBottom] 28 Caption = 'Close' 29 ModalResult = 11 30 TabOrder = 1 31 end 21 32 end
Note:
See TracChangeset
for help on using the changeset viewer.