Changeset 85 for trunk/Packages/Common/Forms/FormAbout.lfm
- Timestamp:
- Jun 7, 2024, 11:59:43 AM (5 months ago)
- Location:
- trunk/Packages/Common/Forms
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Forms/FormAbout.lfm
r84 r85 1 1 object FormAbout: TFormAbout 2 Left = 10142 Left = 624 3 3 Height = 402 4 Top = 5774 Top = 622 5 5 Width = 702 6 6 Caption = 'About' … … 8 8 ClientWidth = 702 9 9 DesignTimePPI = 144 10 OnCreate = FormCreate11 10 OnShow = FormShow 12 11 Position = poScreenCenter 13 LCLVersion = '2. 0.10.0'12 LCLVersion = '2.2.6.0' 14 13 object LabelDescription: TLabel 15 14 Left = 30 16 Height = 2 415 Height = 26 17 16 Top = 135 18 17 Width = 642 … … 28 27 object LabelContent: TLabel 29 28 Left = 30 30 Height = 2 431 Top = 1 8929 Height = 26 30 Top = 191 32 31 Width = 642 33 32 Align = alTop … … 67 66 Height = 74 68 67 Top = 30 69 Width = 7 268 Width = 71 70 69 Proportional = True 71 70 Stretch = True … … 94 93 end 95 94 object ButtonClose: TButton 96 Left = 53 295 Left = 531 97 96 Height = 38 98 97 Top = 24 99 Width = 14 098 Width = 141 100 99 Anchors = [akRight, akBottom] 101 100 Caption = 'Close'
Note:
See TracChangeset
for help on using the changeset viewer.