Changeset 102 for trunk/Packages/Common/Forms/FormAbout.lfm
- Timestamp:
- Dec 9, 2024, 11:55:53 AM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Forms/FormAbout.lfm
r90 r102 1 1 object FormAbout: TFormAbout 2 Left = 9292 Left = 624 3 3 Height = 402 4 Top = 5194 Top = 622 5 5 Width = 702 6 6 Caption = 'About' … … 10 10 OnShow = FormShow 11 11 Position = poScreenCenter 12 LCLVersion = ' 3.4.0.0'12 LCLVersion = '2.2.6.0' 13 13 object LabelDescription: TLabel 14 14 Left = 30 … … 88 88 Anchors = [akLeft, akBottom] 89 89 Caption = 'Home page' 90 OnClick = ButtonHomePageClick 90 91 ParentFont = False 91 92 TabOrder = 0 92 OnClick = ButtonHomePageClick93 93 end 94 94 object ButtonClose: TButton
Note:
See TracChangeset
for help on using the changeset viewer.