Changeset 362 for trunk/Forms/FormHelp.lfm
- Timestamp:
- Dec 31, 2024, 1:15:01 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormHelp.lfm
r317 r362 1 1 object FormHelp: TFormHelp 2 Left = 10403 Height = 4324 Top = 5405 Width = 5822 Left = 514 3 Height = 360 4 Top = 267 5 Width = 485 6 6 Caption = 'Help' 7 ClientHeight = 4328 ClientWidth = 5829 Constraints.MinHeight = 26810 Constraints.MinWidth = 50911 DesignTimePPI = 1 447 ClientHeight = 360 8 ClientWidth = 485 9 Constraints.MinHeight = 100 10 Constraints.MinWidth = 100 11 DesignTimePPI = 120 12 12 OnCreate = FormCreate 13 13 Position = poMainFormCenter 14 LCLVersion = '3. 4.0.0'14 LCLVersion = '3.6.0.0' 15 15 object Memo1: TMemo 16 Left = 7 17 Height = 418 18 Top = 7 19 Width = 568 20 Align = alClient 21 BorderSpacing.Around = 7 16 Left = 8 17 Height = 304 18 Top = 8 19 Width = 469 20 Align = alTop 21 Anchors = [akTop, akLeft, akRight, akBottom] 22 BorderSpacing.Around = 8 22 23 ReadOnly = True 23 24 ScrollBars = ssAutoBoth 24 25 TabOrder = 0 25 26 end 27 object ButtonClose: TButton 28 Left = 383 29 Height = 31 30 Top = 320 31 Width = 94 32 Anchors = [akRight, akBottom] 33 Caption = 'Close' 34 ModalResult = 11 35 TabOrder = 1 36 end 26 37 end
Note:
See TracChangeset
for help on using the changeset viewer.