Changeset 107 for trunk/Forms/UFormAbout.lfm
- Timestamp:
- Feb 17, 2016, 1:17:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r98 r107 1 1 object FormAbout: TFormAbout 2 2 Left = 475 3 Height = 2293 Height = 150 4 4 Top = 161 5 5 Width = 313 6 6 BorderStyle = bsDialog 7 7 Caption = 'About' 8 ClientHeight = 2298 ClientHeight = 150 9 9 ClientWidth = 313 10 Constraints.MinHeight = 150 11 Constraints.MinWidth = 313 10 12 Font.Height = -11 11 13 Font.Name = 'MS Sans Serif' 12 14 OnShow = FormShow 13 15 Position = poMainFormCenter 14 LCLVersion = '1. 3'16 LCLVersion = '1.4.4.0' 15 17 object Panel1: TPanel 16 18 Left = 8 17 Height = 17619 Height = 97 18 20 Top = 8 19 21 Width = 299 … … 21 23 BevelInner = bvRaised 22 24 BevelOuter = bvLowered 23 ClientHeight = 17625 ClientHeight = 97 24 26 ClientWidth = 299 25 27 TabOrder = 0 26 28 object Memo1: TMemo 27 29 Left = 8 28 Height = 15730 Height = 78 29 31 Top = 8 30 32 Width = 277 … … 39 41 Left = 111 40 42 Height = 25 41 Top = 1 9643 Top = 117 42 44 Width = 75 43 45 Anchors = [akLeft, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.