Changeset 21 for trunk/Forms/UFormAbout.lfm
- Timestamp:
- May 8, 2019, 12:11:40 PM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore
-
old new 1 *.lrj 1
-
- Property svn:ignore
-
trunk/Forms/UFormAbout.lfm
r7 r21 1 1 object FormAbout: TFormAbout 2 2 Left = 522 3 Height = 3873 Height = 580 4 4 Top = 335 5 Width = 5245 Width = 786 6 6 Caption = 'About' 7 ClientHeight = 387 8 ClientWidth = 524 7 ClientHeight = 580 8 ClientWidth = 786 9 DesignTimePPI = 144 9 10 OnCreate = FormCreate 10 11 OnShow = FormShow 11 12 Position = poScreenCenter 12 LCLVersion = ' 1.8.0.4'13 LCLVersion = '2.0.0.4' 13 14 object LabelDescription: TLabel 14 Left = 2515 Height = 4016 Top = 13717 Width = 47415 Left = 38 16 Height = 60 17 Top = 206 18 Width = 710 18 19 Align = alTop 19 20 AutoSize = False 20 BorderSpacing.Around = 2521 BorderSpacing.Around = 38 21 22 ParentColor = False 23 ParentFont = False 22 24 WordWrap = True 23 25 end 24 26 object ButtonClose: TButton 25 Left = 38326 Height = 3127 Top = 33728 Width = 1 1627 Left = 574 28 Height = 46 29 Top = 506 30 Width = 174 29 31 Anchors = [akRight, akBottom] 30 32 Caption = 'Close' 31 33 ModalResult = 1 34 ParentFont = False 32 35 TabOrder = 0 33 36 end 34 37 object LabelContent: TLabel 35 Left = 2538 Left = 38 36 39 Height = 26 37 Top = 20238 Width = 47440 Top = 304 41 Width = 710 39 42 Align = alTop 40 BorderSpacing.Around = 2543 BorderSpacing.Around = 38 41 44 Caption = ' ' 42 45 ParentColor = False 46 ParentFont = False 43 47 end 44 48 object ButtonHomePage: TButton 45 Left = 2046 Height = 3147 Top = 33748 Width = 22049 Left = 30 50 Height = 46 51 Top = 506 52 Width = 330 49 53 Anchors = [akLeft, akBottom] 50 54 Caption = 'Home page' 51 55 OnClick = ButtonHomePageClick 56 ParentFont = False 52 57 TabOrder = 1 53 58 end 54 59 object PanelTitle: TPanel 55 60 Left = 0 56 Height = 1 1261 Height = 168 57 62 Top = 0 58 Width = 52463 Width = 786 59 64 Align = alTop 60 65 BevelOuter = bvNone 61 ClientHeight = 112 62 ClientWidth = 524 66 ClientHeight = 168 67 ClientWidth = 786 68 ParentFont = False 63 69 TabOrder = 2 64 70 object LabelAppName: TLabel 65 71 Left = 112 66 Height = 8072 Height = 136 67 73 Top = 24 68 Width = 39474 Width = 656 69 75 Align = alCustom 70 76 Anchors = [akTop, akLeft, akRight, akBottom] 71 77 AutoSize = False 72 BorderSpacing.Around = 2573 Font.Height = - 5078 BorderSpacing.Around = 38 79 Font.Height = -75 74 80 ParentColor = False 75 81 ParentFont = False 76 82 end 77 83 object Image1: TImage 78 Left = 2479 Height = 6480 Top = 2481 Width = 6484 Left = 36 85 Height = 96 86 Top = 36 87 Width = 96 82 88 Proportional = True 83 89 Stretch = True
Note:
See TracChangeset
for help on using the changeset viewer.