mirror of https://gitlab.com/basile.b/dexed.git
about box, update year
This commit is contained in:
parent
ad1c137501
commit
988c9bb993
|
@ -1,34 +1,34 @@
|
||||||
inherited InfoWidget: TInfoWidget
|
inherited InfoWidget: TInfoWidget
|
||||||
Left = 713
|
Left = 713
|
||||||
Height = 303
|
Height = 299
|
||||||
Top = 245
|
Top = 245
|
||||||
Width = 287
|
Width = 287
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||||
Caption = 'About'
|
Caption = 'About'
|
||||||
ClientHeight = 303
|
ClientHeight = 299
|
||||||
ClientWidth = 287
|
ClientWidth = 287
|
||||||
inherited Back: TPanel
|
inherited Back: TPanel
|
||||||
Height = 303
|
Height = 299
|
||||||
Width = 287
|
Width = 287
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
ClientHeight = 303
|
ClientHeight = 299
|
||||||
ClientWidth = 287
|
ClientWidth = 287
|
||||||
inherited Content: TPanel
|
inherited Content: TPanel
|
||||||
Height = 267
|
Height = 263
|
||||||
Width = 287
|
Width = 287
|
||||||
ClientHeight = 267
|
ClientHeight = 263
|
||||||
ClientWidth = 287
|
ClientWidth = 287
|
||||||
object GroupBox1: TGroupBox[0]
|
object GroupBox1: TGroupBox[0]
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 78
|
Height = 74
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 279
|
Width = 279
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
Caption = 'about'
|
Caption = 'about'
|
||||||
ClientHeight = 59
|
ClientHeight = 55
|
||||||
ClientWidth = 275
|
ClientWidth = 275
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object Label1: TLabel
|
object Label1: TLabel
|
||||||
|
@ -46,13 +46,13 @@ inherited InfoWidget: TInfoWidget
|
||||||
end
|
end
|
||||||
object Label2: TLabel
|
object Label2: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 34
|
Height = 30
|
||||||
Top = 17
|
Top = 17
|
||||||
Width = 259
|
Width = 259
|
||||||
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-2020'
|
Caption = 'Licensed under the terms of the BSL-1.0'#10'©Basile Burg, 2014-2021'
|
||||||
Font.Style = [fsItalic]
|
Font.Style = [fsItalic]
|
||||||
Layout = tlCenter
|
Layout = tlCenter
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
|
@ -62,7 +62,7 @@ inherited InfoWidget: TInfoWidget
|
||||||
object GroupBox2: TGroupBox[1]
|
object GroupBox2: TGroupBox[1]
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 177
|
Height = 177
|
||||||
Top = 86
|
Top = 82
|
||||||
Width = 279
|
Width = 279
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
|
Loading…
Reference in New Issue