Changeset 301 for trunk/Forms/UFormAbout.lfm
- Timestamp:
- Jul 10, 2019, 11:35:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r295 r301 1 1 object FormAbout: TFormAbout 2 Left = 10143 Height = 4 484 Top = 4425 Width = 7 052 Left = 868 3 Height = 402 4 Top = 565 5 Width = 720 6 6 Caption = 'About' 7 ClientHeight = 4 488 ClientWidth = 7 059 DesignTimePPI = 1 207 ClientHeight = 402 8 ClientWidth = 720 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 12 Position = poScreenCenter 13 LCLVersion = '2.0. 0.4'13 LCLVersion = '2.0.2.0' 14 14 object LabelDescription: TLabel 15 Left = 2516 Height = 4017 Top = 13 718 Width = 6 5515 Left = 30 16 Height = 24 17 Top = 134 18 Width = 660 19 19 Align = alTop 20 BorderSpacing.Around = 25 21 Caption = 'Turn-based strategy game inspired by classic Risk board game. The game is highly configurable to allow to adjust battle field and game rules.' 20 BorderSpacing.Left = 30 21 BorderSpacing.Right = 30 22 BorderSpacing.Bottom = 30 23 Constraints.MinHeight = 24 22 24 ParentColor = False 23 25 ParentFont = False … … 25 27 end 26 28 object ButtonClose: TButton 27 Left = 5 6428 Height = 3 129 Top = 3 9830 Width = 1 1629 Left = 551 30 Height = 37 31 Top = 342 32 Width = 139 31 33 Anchors = [akRight, akBottom] 32 34 Caption = 'Close' … … 36 38 end 37 39 object LabelContent: TLabel 38 Left = 2539 Height = 2 040 Top = 20241 Width = 6 5540 Left = 30 41 Height = 26 42 Top = 188 43 Width = 660 42 44 Align = alTop 43 BorderSpacing.Around = 2545 BorderSpacing.Around = 30 44 46 Caption = ' ' 45 47 ParentColor = False … … 47 49 end 48 50 object ButtonHomePage: TButton 49 Left = 2 050 Height = 3 151 Top = 3 9852 Width = 2 2051 Left = 24 52 Height = 37 53 Top = 342 54 Width = 264 53 55 Anchors = [akLeft, akBottom] 54 56 Caption = 'Home page' … … 59 61 object Panel1: TPanel 60 62 Left = 0 61 Height = 1 1263 Height = 134 62 64 Top = 0 63 Width = 7 0565 Width = 720 64 66 Align = alTop 65 67 BevelOuter = bvNone 66 ClientHeight = 1 1267 ClientWidth = 7 0568 ClientHeight = 134 69 ClientWidth = 720 68 70 FullRepaint = False 69 71 ParentFont = False 70 72 TabOrder = 2 71 73 object LabelAppName: TLabel 72 Left = 96 73 Height = 67 74 Top = 20 75 Width = 170 76 Align = alCustom 77 BorderSpacing.Around = 25 78 Caption = 'xTactics' 79 Font.Height = -50 74 Left = 130 75 Height = 100 76 Top = 30 77 Width = 560 78 Align = alTop 79 BorderSpacing.Left = 100 80 BorderSpacing.Around = 30 81 Constraints.MinHeight = 100 82 Font.Height = -60 80 83 ParentColor = False 81 84 ParentFont = False … … 83 86 end 84 87 object Image1: TImage 85 Left = 2 086 Height = 8287 Top = 2588 Width = 8288 Left = 24 89 Height = 98 90 Top = 30 91 Width = 98 89 92 Picture.Data = { 90 93 1754506F727461626C654E6574776F726B47726170686963CF01000089504E47
Note:
See TracChangeset
for help on using the changeset viewer.