mirror of https://gitlab.com/basile.b/dexed.git
95 lines
2.2 KiB
Plaintext
95 lines
2.2 KiB
Plaintext
inherited CEInfoWidget: TCEInfoWidget
|
|
Left = 713
|
|
Height = 147
|
|
Top = 245
|
|
Width = 296
|
|
AutoSize = True
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
Caption = 'About'
|
|
ClientHeight = 147
|
|
ClientWidth = 296
|
|
inherited Back: TPanel
|
|
Height = 147
|
|
Width = 296
|
|
AutoSize = True
|
|
ClientHeight = 147
|
|
ClientWidth = 296
|
|
inherited Content: TPanel
|
|
Height = 111
|
|
Top = 36
|
|
Width = 296
|
|
ClientHeight = 111
|
|
ClientWidth = 296
|
|
object GroupBox1: TGroupBox[0]
|
|
Left = 4
|
|
Height = 77
|
|
Top = 4
|
|
Width = 288
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 4
|
|
Caption = 'about'
|
|
ClientHeight = 59
|
|
ClientWidth = 286
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 1
|
|
Top = 8
|
|
Width = 270
|
|
Align = alTop
|
|
Alignment = taCenter
|
|
BorderSpacing.Around = 8
|
|
Font.Style = [fsBold]
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 34
|
|
Top = 17
|
|
Width = 270
|
|
Align = alClient
|
|
Alignment = taCenter
|
|
BorderSpacing.Around = 8
|
|
Caption = 'Licensed under the terms of the BSL-1.0'#10'©Basile Burg, 2014-2018'
|
|
Font.Style = [fsItalic]
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox[1]
|
|
Left = 4
|
|
Height = 22
|
|
Top = 85
|
|
Width = 288
|
|
Align = alClient
|
|
AutoSize = True
|
|
BorderSpacing.Around = 4
|
|
Caption = 'tools status'
|
|
ClientHeight = 4
|
|
ClientWidth = 286
|
|
TabOrder = 1
|
|
object boxTools: TScrollBox
|
|
Left = 4
|
|
Height = 1
|
|
Top = 2
|
|
Width = 278
|
|
HorzScrollBar.Page = 1
|
|
VertScrollBar.Page = 1
|
|
Align = alClient
|
|
AutoSize = True
|
|
BorderSpacing.Around = 4
|
|
BorderStyle = bsNone
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
inherited toolbar: TCEToolBar
|
|
Width = 288
|
|
end
|
|
end
|
|
end
|