Changeset 103 for trunk/Forms/UFormAbout.lfm
- Timestamp:
- May 5, 2019, 12:17:58 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormAbout.lfm
r97 r103 1 1 object FormAbout: TFormAbout 2 2 Left = 656 3 Height = 3 013 Height = 361 4 4 Top = 379 5 Width = 5155 Width = 618 6 6 Caption = 'About' 7 ClientHeight = 3 018 ClientWidth = 5159 DesignTimePPI = 1 207 ClientHeight = 361 8 ClientWidth = 618 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 12 Position = poScreenCenter 13 LCLVersion = ' 1.8.2.0'13 LCLVersion = '2.0.0.4' 14 14 object LabelDescription: TLabel 15 Left = 2 015 Left = 24 16 16 Height = 1 17 Top = 1 3218 Width = 47517 Top = 158 18 Width = 570 19 19 Align = alTop 20 BorderSpacing.Around = 2 020 BorderSpacing.Around = 24 21 21 ParentColor = False 22 ParentFont = False 22 23 WordWrap = True 23 24 end 24 25 object ButtonClose: TButton 25 Left = 4 0226 Height = 2527 Top = 26128 Width = 9326 Left = 482 27 Height = 30 28 Top = 313 29 Width = 112 29 30 Anchors = [akRight, akBottom] 30 31 Caption = 'Close' 31 32 ModalResult = 1 33 ParentFont = False 32 34 TabOrder = 0 33 35 end 34 36 object LabelContent: TLabel 35 Left = 2 036 Height = 2 037 Top = 1 5338 Width = 47537 Left = 24 38 Height = 25 39 Top = 183 40 Width = 570 39 41 Align = alTop 40 BorderSpacing.Around = 2 042 BorderSpacing.Around = 24 41 43 Caption = ' ' 42 44 ParentColor = False 45 ParentFont = False 43 46 end 44 47 object ButtonHomePage: TButton 45 Left = 1 646 Height = 2547 Top = 26148 Width = 17648 Left = 19 49 Height = 30 50 Top = 313 51 Width = 211 49 52 Anchors = [akLeft, akBottom] 50 53 Caption = 'Home page' 51 54 OnClick = ButtonHomePageClick 55 ParentFont = False 52 56 TabOrder = 1 53 57 end 54 58 object Panel1: TPanel 55 59 Left = 0 56 Height = 1 1260 Height = 134 57 61 Top = 0 58 Width = 51562 Width = 618 59 63 Align = alTop 60 64 BevelOuter = bvNone 61 ClientHeight = 112 62 ClientWidth = 515 65 ClientHeight = 134 66 ClientWidth = 618 67 ParentFont = False 63 68 TabOrder = 2 64 69 object Image1: TImage 65 Left = 2 466 Height = 6667 Top = 1 668 Width = 6970 Left = 29 71 Height = 79 72 Top = 19 73 Width = 83 69 74 end 70 75 object LabelAppName: TLabel 71 76 Left = 104 72 Height = 9277 Height = 114 73 78 Top = 16 74 Width = 38879 Width = 491 75 80 Align = alCustom 76 81 Anchors = [akTop, akLeft, akRight, akBottom] 77 82 AutoSize = False 78 BorderSpacing.Around = 2 079 Font.Height = - 5083 BorderSpacing.Around = 24 84 Font.Height = -60 80 85 ParentColor = False 81 86 ParentFont = False
Note:
See TracChangeset
for help on using the changeset viewer.