Changeset 295 for trunk/Forms/UFormAbout.lfm
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 8 8 backup 9 9 xtactics.exe 10 *.lr j10 *.lrt
-
- Property svn:ignore
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormAbout.lfm
r115 r295 1 1 object FormAbout: TFormAbout 2 2 Left = 1014 3 Height = 3583 Height = 448 4 4 Top = 442 5 Width = 5645 Width = 705 6 6 Caption = 'About' 7 ClientHeight = 358 8 ClientWidth = 564 7 ClientHeight = 448 8 ClientWidth = 705 9 DesignTimePPI = 120 9 10 OnCreate = FormCreate 10 11 OnShow = FormShow 11 12 Position = poScreenCenter 12 LCLVersion = ' 1.6.0.4'13 LCLVersion = '2.0.0.4' 13 14 object LabelDescription: TLabel 14 Left = 2 015 Height = 7216 Top = 1 1017 Width = 52415 Left = 25 16 Height = 40 17 Top = 137 18 Width = 655 18 19 Align = alTop 19 BorderSpacing.Around = 2 020 BorderSpacing.Around = 25 20 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.' 21 22 ParentColor = False 23 ParentFont = False 22 24 WordWrap = True 23 25 end 24 26 object ButtonClose: TButton 25 Left = 45126 Height = 2527 Top = 3 1828 Width = 9327 Left = 564 28 Height = 31 29 Top = 398 30 Width = 116 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 = 2 036 Height = 2 438 Left = 25 39 Height = 20 37 40 Top = 202 38 Width = 52441 Width = 655 39 42 Align = alTop 40 BorderSpacing.Around = 2 043 BorderSpacing.Around = 25 41 44 Caption = ' ' 42 45 ParentColor = False 46 ParentFont = False 43 47 end 44 48 object ButtonHomePage: TButton 45 Left = 1646 Height = 2547 Top = 3 1848 Width = 17649 Left = 20 50 Height = 31 51 Top = 398 52 Width = 220 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 Panel1: TPanel 55 60 Left = 0 56 Height = 9061 Height = 112 57 62 Top = 0 58 Width = 56463 Width = 705 59 64 Align = alTop 60 65 BevelOuter = bvNone 61 ClientHeight = 9062 ClientWidth = 56466 ClientHeight = 112 67 ClientWidth = 705 63 68 FullRepaint = False 69 ParentFont = False 64 70 TabOrder = 2 65 71 object LabelAppName: TLabel 66 72 Left = 96 67 Height = 5573 Height = 67 68 74 Top = 20 69 Width = 1 4475 Width = 170 70 76 Align = alCustom 71 BorderSpacing.Around = 2 077 BorderSpacing.Around = 25 72 78 Caption = 'xTactics' 73 Font.Height = - 4079 Font.Height = -50 74 80 ParentColor = False 75 81 ParentFont = False … … 77 83 end 78 84 object Image1: TImage 79 Left = 1680 Height = 6681 Top = 2 082 Width = 6685 Left = 20 86 Height = 82 87 Top = 25 88 Width = 82 83 89 Picture.Data = { 84 90 1754506F727461626C654E6574776F726B47726170686963CF01000089504E47
Note:
See TracChangeset
for help on using the changeset viewer.