1object AboutForm: TAboutForm
2  Left = 496
3  Height = 390
4  Top = 282
5  Width = 470
6  ActiveControl = Notebook
7  BorderIcons = [biSystemMenu, biMaximize]
8  Caption = 'About Lazarus'
9  ClientHeight = 390
10  ClientWidth = 470
11  Constraints.MinHeight = 390
12  Constraints.MinWidth = 470
13  OnClose = FormClose
14  OnCreate = AboutFormCreate
15  OnShow = FormShow
16  PopupMenu = PopupMenu1
17  Position = poScreenCenter
18  ShowHint = True
19  LCLVersion = '2.1.0.0'
20  object Notebook: TPageControl
21    Left = 0
22    Height = 340
23    Top = 0
24    Width = 470
25    ActivePage = VersionPage
26    Align = alClient
27    TabIndex = 0
28    TabOrder = 0
29    OnChange = NotebookPageChanged
30    object VersionPage: TTabSheet
31      Caption = 'Version'
32      ClientHeight = 312
33      ClientWidth = 462
34      object LogoImage: TImage
35        AnchorSideLeft.Control = VersionPage
36        AnchorSideLeft.Side = asrCenter
37        AnchorSideTop.Control = VersionPage
38        AnchorSideTop.Side = asrCenter
39        Left = 6
40        Height = 300
41        Top = 6
42        Width = 450
43      end
44      object VersionLabel: TLabel
45        AnchorSideLeft.Control = LogoImage
46        AnchorSideLeft.Side = asrCenter
47        AnchorSideTop.Control = LogoImage
48        Left = 204
49        Height = 15
50        Top = 127
51        Width = 54
52        Alignment = taCenter
53        BorderSpacing.Top = 115
54        BorderSpacing.Around = 6
55        Caption = 'Version #:'
56        Font.Color = clSilver
57        Font.Style = [fsBold]
58        ParentColor = False
59        ParentFont = False
60      end
61      object BuildDateLabel: TLabel
62        AnchorSideLeft.Control = LogoImage
63        AnchorSideLeft.Side = asrCenter
64        AnchorSideTop.Control = VersionLabel
65        AnchorSideTop.Side = asrBottom
66        Left = 218
67        Height = 15
68        Top = 148
69        Width = 27
70        Alignment = taCenter
71        BorderSpacing.Around = 6
72        Caption = 'Date:'
73        Font.Color = clSilver
74        ParentColor = False
75        ParentFont = False
76      end
77      object RevisionLabel: TLabel
78        AnchorSideLeft.Control = LogoImage
79        AnchorSideLeft.Side = asrCenter
80        AnchorSideTop.Control = FPCVersionLabel
81        AnchorSideTop.Side = asrBottom
82        Left = 195
83        Height = 15
84        Top = 190
85        Width = 72
86        BorderSpacing.Around = 6
87        Caption = 'RevisionLabel'
88        Font.Color = clSilver
89        ParentColor = False
90        ParentFont = False
91      end
92      object PlatformLabel: TLabel
93        AnchorSideLeft.Control = LogoImage
94        AnchorSideLeft.Side = asrCenter
95        AnchorSideTop.Control = RevisionLabel
96        AnchorSideTop.Side = asrBottom
97        Left = 194
98        Height = 15
99        Top = 211
100        Width = 74
101        BorderSpacing.Around = 6
102        Caption = 'PlatformLabel'
103        Font.Color = clSilver
104        ParentColor = False
105        ParentFont = False
106      end
107      object FPCVersionLabel: TLabel
108        AnchorSideLeft.Control = LogoImage
109        AnchorSideLeft.Side = asrCenter
110        AnchorSideTop.Control = BuildDateLabel
111        AnchorSideTop.Side = asrBottom
112        Left = 188
113        Height = 15
114        Top = 169
115        Width = 87
116        BorderSpacing.Around = 6
117        Caption = 'FPCVersionLabel'
118        Font.Color = clSilver
119        ParentColor = False
120        ParentFont = False
121      end
122    end
123    object AboutPage: TTabSheet
124      Caption = 'About'
125      ClientHeight = 312
126      ClientWidth = 462
127      object OfficialLabel: TLabel
128        AnchorSideLeft.Control = AboutPage
129        AnchorSideBottom.Control = DocumentationLabel
130        Left = 6
131        Height = 15
132        Top = 270
133        Width = 66
134        Anchors = [akLeft, akBottom]
135        BorderSpacing.Around = 6
136        Caption = 'OfficialLabel'
137        ParentColor = False
138      end
139      object OfficialURLLabel: TLabel
140        AnchorSideLeft.Control = OfficialLabel
141        AnchorSideLeft.Side = asrBottom
142        AnchorSideBottom.Control = DocumentationLabel
143        Left = 78
144        Height = 15
145        Top = 270
146        Width = 87
147        Anchors = [akLeft, akBottom]
148        BorderSpacing.Around = 6
149        Caption = 'OfficialURLLabel'
150        Font.Color = clBlue
151        ParentColor = False
152        ParentFont = False
153        OnMouseDown = URLLabelMouseDown
154        OnMouseEnter = URLLabelMouseEnter
155        OnMouseLeave = URLLabelMouseLeave
156      end
157      object DocumentationLabel: TLabel
158        AnchorSideLeft.Control = AboutPage
159        AnchorSideBottom.Control = AboutPage
160        AnchorSideBottom.Side = asrBottom
161        Left = 6
162        Height = 15
163        Top = 291
164        Width = 111
165        Anchors = [akLeft, akBottom]
166        BorderSpacing.Around = 6
167        Caption = 'DocumentationLabel'
168        ParentColor = False
169      end
170      object DocumentationURLLabel: TLabel
171        AnchorSideLeft.Control = DocumentationLabel
172        AnchorSideLeft.Side = asrBottom
173        AnchorSideBottom.Control = AboutPage
174        AnchorSideBottom.Side = asrBottom
175        Left = 123
176        Height = 15
177        Top = 291
178        Width = 132
179        Anchors = [akLeft, akBottom]
180        BorderSpacing.Around = 6
181        Caption = 'DocumentationURLLabel'
182        Font.Color = clBlue
183        ParentColor = False
184        ParentFont = False
185        OnMouseDown = URLLabelMouseDown
186        OnMouseEnter = URLLabelMouseEnter
187        OnMouseLeave = URLLabelMouseLeave
188      end
189      object AboutMemo: TMemo
190        AnchorSideLeft.Control = AboutPage
191        AnchorSideTop.Control = AboutPage
192        AnchorSideRight.Control = AboutPage
193        AnchorSideRight.Side = asrBottom
194        AnchorSideBottom.Control = OfficialLabel
195        Left = 6
196        Height = 258
197        Top = 6
198        Width = 450
199        Anchors = [akTop, akLeft, akRight, akBottom]
200        BorderSpacing.Around = 6
201        ReadOnly = True
202        ScrollBars = ssAutoBoth
203        TabOrder = 0
204      end
205    end
206    object ContributorsPage: TTabSheet
207      Caption = 'Contributors'
208    end
209    object AcknowledgementsPage: TTabSheet
210      Caption = 'Acknowledgements'
211    end
212  end
213  object ButtonPanel: TPanel
214    Left = 0
215    Height = 50
216    Top = 340
217    Width = 470
218    Align = alBottom
219    BevelOuter = bvNone
220    ClientHeight = 50
221    ClientWidth = 470
222    TabOrder = 1
223    object CloseButton: TBitBtn
224      AnchorSideLeft.Control = ButtonPanel
225      AnchorSideLeft.Side = asrCenter
226      AnchorSideTop.Control = ButtonPanel
227      AnchorSideTop.Side = asrCenter
228      AnchorSideBottom.Control = Owner
229      AnchorSideBottom.Side = asrBottom
230      Left = 198
231      Height = 26
232      Top = 12
233      Width = 75
234      AutoSize = True
235      BorderSpacing.Around = 6
236      Cancel = True
237      Caption = '&Close'
238      Kind = bkClose
239      ModalResult = 1
240      TabOrder = 0
241    end
242    object CopyToClipboardButton: TSpeedButton
243      AnchorSideLeft.Control = ButtonPanel
244      AnchorSideTop.Control = CloseButton
245      AnchorSideBottom.Control = CloseButton
246      AnchorSideBottom.Side = asrBottom
247      Left = 6
248      Height = 26
249      Top = 12
250      Width = 30
251      Anchors = [akTop, akLeft, akBottom]
252      BorderSpacing.Left = 6
253      OnClick = CopyToClipboardButtonClick
254    end
255  end
256  object PopupMenu1: TPopupMenu
257    Left = 76
258    Top = 278
259    object miVerToClipboard: TMenuItem
260      Caption = 'Copy version information to clipboard'
261      OnClick = miVerToClipboardClick
262    end
263  end
264end
265