Statistics
| Branch: | Tag: | Revision:

root / Client / UfrmAbout.lfm @ 158:c8f14a3d46ee

History | View | Annotate | Download (3.4 kB)

1
object frmAbout: TfrmAbout
2
  Left = 290
3
  Height = 308
4
  Top = 171
5
  Width = 354
6
  AutoSize = True
7
  BorderIcons = [biSystemMenu]
8
  BorderStyle = bsDialog
9
  Caption = 'About CentrED'
10
  ClientHeight = 308
11
  ClientWidth = 354
12
  Font.Height = -11
13
  OnCreate = FormCreate
14
  Position = poScreenCenter
15
  LCLVersion = '0.9.29'
16
  object Label3: TLabel
17
    Left = 8
18
    Height = 53
19
    Top = 189
20
    Width = 338
21
    Align = alTop
22
    BorderSpacing.Top = 16
23
    BorderSpacing.Around = 8
24
    Caption = 'Ultima(tm) Online (c)  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.'
25
    ParentColor = False
26
    WordWrap = True
27
  end
28
  object Label5: TLabel
29
    Left = 8
30
    Height = 14
31
    Top = 98
32
    Width = 338
33
    Align = alTop
34
    BorderSpacing.Left = 8
35
    BorderSpacing.Right = 8
36
    Caption = 'It is using the following great components:'
37
    ParentColor = False
38
  end
39
  object Label6: TLabel
40
    Left = 16
41
    Height = 53
42
    Top = 112
43
    Width = 330
44
    Align = alTop
45
    BorderSpacing.Left = 16
46
    BorderSpacing.Right = 8
47
    Caption = '- Vampyre Imaging Lib by Marek Mauder'#13#10'- lNet by Ales Katona and Micha Nelissen'#13#10'- VirtualTrees by Mike Lischke'#13#10'- Silk Icons by Mark James'
48
    ParentColor = False
49
  end
50
  object Label7: TLabel
51
    Left = 8
52
    Height = 14
53
    Top = 84
54
    Width = 338
55
    Align = alTop
56
    BorderSpacing.Left = 8
57
    BorderSpacing.Right = 8
58
    Caption = 'CentrED has been developed using Lazarus and FreePascal.'
59
    ParentColor = False
60
    WordWrap = True
61
  end
62
  object Panel2: TPanel
63
    Left = 0
64
    Height = 76
65
    Top = 0
66
    Width = 354
67
    Align = alTop
68
    AutoSize = True
69
    BorderSpacing.Bottom = 8
70
    BevelOuter = bvNone
71
    ClientHeight = 76
72
    ClientWidth = 354
73
    TabOrder = 0
74
    object Panel1: TPanel
75
      Left = 0
76
      Height = 76
77
      Top = 0
78
      Width = 167
79
      AutoSize = True
80
      BevelInner = bvRaised
81
      BevelOuter = bvLowered
82
      ClientHeight = 76
83
      ClientWidth = 167
84
      TabOrder = 0
85
      object Label1: TLabel
86
        Left = 2
87
        Height = 38
88
        Top = 2
89
        Width = 163
90
        Align = alTop
91
        Alignment = taCenter
92
        AutoSize = False
93
        Caption = 'UO CentrED'
94
        Font.Height = -29
95
        Font.Style = [fsBold]
96
        Layout = tlCenter
97
        ParentColor = False
98
        ParentFont = False
99
      end
100
      object lblVersion: TLabel
101
        Left = 6
102
        Height = 14
103
        Top = 40
104
        Width = 155
105
        Align = alTop
106
        Alignment = taRightJustify
107
        BorderSpacing.Left = 4
108
        BorderSpacing.Right = 4
109
        ParentColor = False
110
      end
111
      object lblCopyright: TLabel
112
        Left = 6
113
        Height = 14
114
        Top = 58
115
        Width = 155
116
        Align = alTop
117
        Alignment = taCenter
118
        BorderSpacing.Around = 4
119
        ParentColor = False
120
      end
121
    end
122
  end
123
  object Panel3: TPanel
124
    Left = 8
125
    Height = 25
126
    Top = 250
127
    Width = 338
128
    Align = alTop
129
    BorderSpacing.Around = 8
130
    BevelOuter = bvNone
131
    ClientHeight = 25
132
    ClientWidth = 338
133
    TabOrder = 1
134
    object btnClose: TButton
135
      Left = 263
136
      Height = 25
137
      Top = 0
138
      Width = 75
139
      Align = alRight
140
      BorderSpacing.InnerBorder = 4
141
      Caption = 'Close'
142
      OnClick = btnCloseClick
143
      TabOrder = 0
144
    end
145
  end
146
end