Statistics
| Branch: | Tag: | Revision:

root / Client / UfrmAbout.lfm @ 0:95bd93c28625

History | View | Annotate | Download (2.6 kB)

1
object frmAbout: TfrmAbout
2
  Left = 290
3
  Height = 323
4
  Top = 171
5
  Width = 355
6
  HorzScrollBar.Page = 354
7
  VertScrollBar.Page = 322
8
  ActiveControl = btnClose
9
  BorderIcons = [biSystemMenu]
10
  BorderStyle = bsDialog
11
  Caption = 'About CentrED'
12
  ClientHeight = 323
13
  ClientWidth = 355
14
  OnCreate = FormCreate
15
  Position = poScreenCenter
16
  object Label3: TLabel
17
    Left = 8
18
    Height = 61
19
    Top = 208
20
    Width = 339
21
    BorderSpacing.Around = 8
22
    Caption = 'Ultima? Online ? 1997 Electronic Arts Inc. Ultima, the UO logo, Are You With Us?, ORIGIN, the ORIGIN logo and We create worlds are trademarks or registered trademarks of Electronic Arts Inc. in the U.S. and/or other countries. All rights reserved.'
23
    ParentColor = False
24
    WordWrap = True
25
  end
26
  object Label5: TLabel
27
    Left = 8
28
    Height = 16
29
    Top = 128
30
    Width = 227
31
    Caption = 'It is using the following great components:'
32
    ParentColor = False
33
  end
34
  object Label6: TLabel
35
    Left = 16
36
    Height = 46
37
    Top = 144
38
    Width = 218
39
    Caption = '- Vampyre Imaging Lib by Marek Mauder'#13#10'- lNet by Ales Katona and Micha Nelissen'#13#10'- VirtualTrees by Mike Lischke'
40
    ParentColor = False
41
  end
42
  object Label7: TLabel
43
    Left = 8
44
    Height = 16
45
    Top = 104
46
    Width = 310
47
    Caption = 'CentrED has been developed using Lazarus and FreePascal.'
48
    ParentColor = False
49
    WordWrap = True
50
  end
51
  object Panel1: TPanel
52
    Height = 88
53
    Width = 202
54
    BevelInner = bvRaised
55
    BevelOuter = bvLowered
56
    ClientHeight = 88
57
    ClientWidth = 202
58
    TabOrder = 0
59
    object Label1: TLabel
60
      Left = 2
61
      Height = 38
62
      Top = 2
63
      Width = 198
64
      Align = alTop
65
      Alignment = taCenter
66
      AutoSize = False
67
      Caption = 'UO CentrED'
68
      Font.Height = -27
69
      Font.Style = [fsBold]
70
      ParentColor = False
71
    end
72
    object lblVersion: TLabel
73
      Left = 6
74
      Height = 18
75
      Top = 40
76
      Width = 190
77
      Align = alTop
78
      Alignment = taRightJustify
79
      BorderSpacing.Left = 4
80
      BorderSpacing.Right = 4
81
      Font.Style = [fsItalic]
82
      ParentColor = False
83
    end
84
    object lblCopyright: TLabel
85
      Left = 6
86
      Height = 19
87
      Top = 63
88
      Width = 190
89
      Align = alBottom
90
      Alignment = taCenter
91
      BorderSpacing.Around = 4
92
      ParentColor = False
93
    end
94
  end
95
  object btnClose: TButton
96
    Left = 144
97
    Height = 25
98
    Top = 288
99
    Width = 75
100
    BorderSpacing.InnerBorder = 4
101
    Caption = 'Close'
102
    OnClick = btnCloseClick
103
    TabOrder = 1
104
  end
105
end