update year

This commit is contained in:
Basile Burg 2023-01-02 10:59:31 +01:00
parent 9f56a74e54
commit 3dfad53fe3
1 changed files with 27 additions and 25 deletions

View File

@ -1,73 +1,76 @@
inherited InfoWidget: TInfoWidget
Left = 713
Height = 299
Height = 302
Top = 245
Width = 287
Width = 255
AutoSize = True
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
Caption = 'About'
ClientHeight = 299
ClientWidth = 287
ClientHeight = 302
ClientWidth = 255
inherited Content: TPanel
Height = 263
Width = 287
ClientHeight = 263
ClientWidth = 287
Height = 266
Top = 36
Width = 255
ClientHeight = 266
ClientWidth = 255
object GroupBox1: TGroupBox[0]
Left = 4
Height = 74
Height = 80
Top = 4
Width = 279
Width = 247
Align = alTop
AutoSize = True
BorderSpacing.Around = 4
Caption = 'about'
ClientHeight = 55
ClientWidth = 275
ClientHeight = 61
ClientWidth = 245
TabOrder = 0
object Label1: TLabel
Left = 8
Height = 1
Top = 8
Width = 259
Width = 229
Align = alTop
Alignment = taCenter
BorderSpacing.Around = 8
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 8
Height = 30
Height = 36
Top = 17
Width = 259
Width = 229
Align = alClient
Alignment = taCenter
BorderSpacing.Around = 8
Caption = 'Licensed under the terms of the BSL-1.0'#10'©Basile Burg, 2014-2022'
Caption = 'Licensed under the terms of the BSL-1.0'#10'©Basile Burg, 2014-2023'
Font.Style = [fsItalic]
Layout = tlCenter
ParentColor = False
ParentFont = False
end
end
object GroupBox2: TGroupBox[1]
Left = 4
Height = 177
Top = 82
Width = 279
Height = 174
Top = 88
Width = 247
Align = alClient
AutoSize = True
BorderSpacing.Around = 4
Caption = 'tools status'
ClientHeight = 158
ClientWidth = 275
ClientHeight = 155
ClientWidth = 245
TabOrder = 1
object boxTools: TScrollBox
Left = 4
Height = 150
Height = 147
Top = 4
Width = 267
Width = 237
HorzScrollBar.Page = 1
VertScrollBar.Page = 1
Align = alClient
@ -79,7 +82,6 @@ inherited InfoWidget: TInfoWidget
end
end
inherited toolbar: TDexedToolBar
Height = 30
Width = 279
Width = 247
end
end