close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: trunk/Forms/UFormAbout.lfm

Last change on this file was 115, checked in by chronos, 7 years ago
  • Fixed: In Debug mode also check executed classes references.
  • Modified: Better About dialog.
  • Modified: About and Help dialogs are created in time when they are shown.
File size: 2.9 KB
Line 
1object FormAbout: TFormAbout
2 Left = 1014
3 Height = 358
4 Top = 442
5 Width = 564
6 Caption = 'About'
7 ClientHeight = 358
8 ClientWidth = 564
9 OnCreate = FormCreate
10 OnShow = FormShow
11 Position = poScreenCenter
12 LCLVersion = '1.6.0.4'
13 object LabelDescription: TLabel
14 Left = 20
15 Height = 72
16 Top = 110
17 Width = 524
18 Align = alTop
19 BorderSpacing.Around = 20
20 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 ParentColor = False
22 WordWrap = True
23 end
24 object ButtonClose: TButton
25 Left = 451
26 Height = 25
27 Top = 318
28 Width = 93
29 Anchors = [akRight, akBottom]
30 Caption = 'Close'
31 ModalResult = 1
32 TabOrder = 0
33 end
34 object LabelContent: TLabel
35 Left = 20
36 Height = 24
37 Top = 202
38 Width = 524
39 Align = alTop
40 BorderSpacing.Around = 20
41 Caption = ' '
42 ParentColor = False
43 end
44 object ButtonHomePage: TButton
45 Left = 16
46 Height = 25
47 Top = 318
48 Width = 176
49 Anchors = [akLeft, akBottom]
50 Caption = 'Home page'
51 OnClick = ButtonHomePageClick
52 TabOrder = 1
53 end
54 object Panel1: TPanel
55 Left = 0
56 Height = 90
57 Top = 0
58 Width = 564
59 Align = alTop
60 BevelOuter = bvNone
61 ClientHeight = 90
62 ClientWidth = 564
63 FullRepaint = False
64 TabOrder = 2
65 object LabelAppName: TLabel
66 Left = 96
67 Height = 55
68 Top = 20
69 Width = 144
70 Align = alCustom
71 BorderSpacing.Around = 20
72 Caption = 'xTactics'
73 Font.Height = -40
74 ParentColor = False
75 ParentFont = False
76 WordWrap = True
77 end
78 object Image1: TImage
79 Left = 16
80 Height = 66
81 Top = 20
82 Width = 66
83 Picture.Data = {
84 1754506F727461626C654E6574776F726B47726170686963CF01000089504E47
85 0D0A1A0A0000000D49484452000000400000004008030000009DB781EC000000
86 0F504C54450000000000000000FFF9042CFFFFFFF07F75380000000174524E53
87 0040E6D8660000016E49444154789CADD6590EC3200C04D01473FF33774BC0CB
88 8C3169F98A22CF2B181A711CC9789C23AB29C46F120F377E8C6F1233D45F639B
89 B0F16D22C6B7081C2F133C5E22F2F89258C78DE089529CCFE27A25E760E1760E
90 474C5372A179E043E8C94B2A8C7C330BD16B974C681A98C4A15B2789D01C7011
91 87EEBC70A145E04B704068BE0A08CB738009240F002CB03C029040F3108802CF
92 63C00B499E00A9D02B4022F41A40055F47012284320E40215625001040510604
93 01D50060D6B570A22E3903E64C5F4F58D0560066AF3E4F4830B3C1401B0F4090
94 1CB8847172BCE0DA819AE8868091EE4241E839B014FA0A081F609E6727D1FFFF
95 69BE007C5F6C02E0FBB1B50490A7C2721B417EB58D23197B301C000C42FDB2DF
96 0535131577170C33737B0ECC5A665C016FC2AE5C9F44DB0D77575384EDFD9C81
97 DD8F78D59B2FECB7F3EA817E2712E27FB868D6091AFFC3657B4D2CE339518A73
98 A21CC7C4563C12DB714BDC8A236233EE891B714D64354F08C023531B730D1E00
99 00000049454E44AE426082
100 }
101 end
102 end
103end
Note: See TracBrowser for help on using the repository browser.