dexed/src/u_infos.lfm

88 lines
1.9 KiB
Plaintext

inherited InfoWidget: TInfoWidget
Left = 713
Height = 302
Top = 245
Width = 255
AutoSize = True
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
Caption = 'About'
ClientHeight = 302
ClientWidth = 255
inherited Content: TPanel
Height = 266
Top = 36
Width = 255
ClientHeight = 266
ClientWidth = 255
object GroupBox1: TGroupBox[0]
Left = 4
Height = 80
Top = 4
Width = 247
Align = alTop
AutoSize = True
BorderSpacing.Around = 4
Caption = 'about'
ClientHeight = 61
ClientWidth = 245
TabOrder = 0
object Label1: TLabel
Left = 8
Height = 1
Top = 8
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 = 36
Top = 17
Width = 229
Align = alClient
Alignment = taCenter
BorderSpacing.Around = 8
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 = 174
Top = 88
Width = 247
Align = alClient
AutoSize = True
BorderSpacing.Around = 4
Caption = 'tools status'
ClientHeight = 155
ClientWidth = 245
TabOrder = 1
object boxTools: TScrollBox
Left = 4
Height = 147
Top = 4
Width = 237
HorzScrollBar.Page = 1
VertScrollBar.Page = 1
Align = alClient
AutoSize = True
BorderSpacing.Around = 4
BorderStyle = bsNone
TabOrder = 0
end
end
end
inherited toolbar: TDexedToolBar
Width = 247
end
end