Changeset 19 for trunk/Forms/UFormAbout.lfm
- Timestamp:
- Mar 22, 2018, 10:41:00 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 6 6 *.lrj 7 7 heaptrclog.trc 8 MyData.exe
-
- Property svn:ignore
-
trunk/Forms/UFormAbout.lfm
r16 r19 1 1 object FormAbout: TFormAbout 2 2 Left = 522 3 Height = 3 873 Height = 329 4 4 Top = 335 5 Width = 5 245 Width = 584 6 6 Caption = 'About' 7 ClientHeight = 3 878 ClientWidth = 5 249 DesignTimePPI = 1 207 ClientHeight = 329 8 ClientWidth = 584 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 12 Position = poScreenCenter 13 LCLVersion = '1.8. 0.6'13 LCLVersion = '1.8.2.0' 14 14 object LabelDescription: TLabel 15 15 Left = 25 16 16 Height = 40 17 17 Top = 137 18 Width = 47418 Width = 534 19 19 Align = alTop 20 20 AutoSize = False … … 24 24 end 25 25 object ButtonClose: TButton 26 Left = 38326 Left = 443 27 27 Height = 31 28 Top = 33728 Top = 278 29 29 Width = 116 30 30 Anchors = [akRight, akBottom] … … 35 35 object LabelContent: TLabel 36 36 Left = 25 37 Height = 2 037 Height = 25 38 38 Top = 202 39 Width = 47439 Width = 534 40 40 Align = alTop 41 41 BorderSpacing.Around = 25 … … 46 46 Left = 20 47 47 Height = 31 48 Top = 33748 Top = 279 49 49 Width = 220 50 50 Anchors = [akLeft, akBottom] … … 57 57 Height = 112 58 58 Top = 0 59 Width = 5 2459 Width = 584 60 60 Align = alTop 61 61 BevelOuter = bvNone 62 62 ClientHeight = 112 63 ClientWidth = 5 2463 ClientWidth = 584 64 64 TabOrder = 2 65 65 object LabelAppName: TLabel … … 67 67 Height = 80 68 68 Top = 24 69 Width = 39469 Width = 454 70 70 Align = alCustom 71 71 Anchors = [akTop, akLeft, akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.