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