1object reAboutForm: TreAboutForm
2  Left = 428
3  Height = 471
4  Top = 293
5  Width = 527
6  ActiveControl = ListBox1
7  Caption = 'reAboutForm'
8  ClientHeight = 471
9  ClientWidth = 527
10  OnCreate = FormCreate
11  Position = poScreenCenter
12  LCLVersion = '0.9.29'
13  object ButtonPanel1: TButtonPanel
14    Left = 6
15    Height = 40
16    Top = 425
17    Width = 515
18    TabOrder = 0
19    ShowButtons = [pbClose, pbHelp]
20  end
21  object Label2: TLabel
22    AnchorSideTop.Control = Owner
23    Left = 0
24    Height = 18
25    Top = 24
26    Width = 527
27    Align = alTop
28    Alignment = taCenter
29    Caption = 'by Lagunov A.A. (alexs)'
30    ParentColor = False
31  end
32  object lblLicense: TLabel
33    AnchorSideTop.Control = Label2
34    Left = 0
35    Height = 18
36    Top = 42
37    Width = 527
38    Align = alTop
39    Alignment = taCenter
40    Caption = 'App name'
41    ParentColor = False
42    WordWrap = True
43  end
44  object lblBuildDate: TLabel
45    AnchorSideTop.Control = lblLicense
46    Left = 0
47    Height = 18
48    Top = 66
49    Width = 527
50    Align = alTop
51    Alignment = taCenter
52    BorderSpacing.Top = 6
53    Caption = 'Build date :'
54    ParentColor = False
55  end
56  object lblLCLVersion: TLabel
57    AnchorSideTop.Control = lblBuildDate
58    Left = 0
59    Height = 18
60    Top = 84
61    Width = 527
62    Align = alTop
63    Alignment = taCenter
64    Caption = 'LCL Version :'
65    ParentColor = False
66  end
67  object lblFPCVersion: TLabel
68    AnchorSideTop.Control = lblLCLVersion
69    Left = 0
70    Height = 18
71    Top = 102
72    Width = 527
73    Align = alTop
74    Alignment = taCenter
75    Caption = 'FPC Version :'
76    ParentColor = False
77  end
78  object lblTargCPU: TLabel
79    AnchorSideTop.Control = lblFPCVersion
80    Left = 0
81    Height = 18
82    Top = 120
83    Width = 527
84    Align = alTop
85    Alignment = taCenter
86    Caption = 'Target CPU :'
87    ParentColor = False
88  end
89  object lblTargetOS: TLabel
90    Left = 0
91    Height = 18
92    Top = 138
93    Width = 527
94    Align = alTop
95    Alignment = taCenter
96    Caption = 'Target OS :'
97    ParentColor = False
98  end
99  object lblWidgetName: TLabel
100    AnchorSideTop.Control = lblTargetOS
101    Left = 0
102    Height = 18
103    Top = 156
104    Width = 527
105    Align = alTop
106    Alignment = taCenter
107    Caption = 'Widget Name'
108    ParentColor = False
109  end
110  object ListBox1: TListBox
111    Left = 0
112    Height = 245
113    Top = 174
114    Width = 527
115    Align = alClient
116    ItemHeight = 0
117    TabOrder = 1
118    TopIndex = -1
119  end
120  object lblAppName: TLabel
121    AnchorSideTop.Control = Label2
122    Left = 0
123    Height = 18
124    Top = 6
125    Width = 527
126    Align = alTop
127    Alignment = taCenter
128    BorderSpacing.Top = 6
129    Caption = 'App name'
130    ParentColor = False
131  end
132end
133