mirror of https://gitlab.com/basile.b/dexed.git
80 lines
1.8 KiB
Plaintext
80 lines
1.8 KiB
Plaintext
inherited CEInfoWidget: TCEInfoWidget
|
|
Left = 713
|
|
Height = 496
|
|
Top = 245
|
|
Width = 411
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
Caption = 'About'
|
|
ClientHeight = 496
|
|
ClientWidth = 411
|
|
inherited Back: TPanel
|
|
Height = 496
|
|
Width = 411
|
|
AutoSize = True
|
|
ClientHeight = 496
|
|
ClientWidth = 411
|
|
inherited Content: TPanel
|
|
Height = 460
|
|
Width = 411
|
|
ClientHeight = 460
|
|
ClientWidth = 411
|
|
object GroupBox1: TGroupBox[0]
|
|
Left = 4
|
|
Height = 36
|
|
Top = 4
|
|
Width = 403
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 4
|
|
Caption = 'about'
|
|
ClientHeight = 17
|
|
ClientWidth = 399
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 1
|
|
Top = 8
|
|
Width = 383
|
|
Align = alClient
|
|
Alignment = taCenter
|
|
BorderSpacing.Around = 8
|
|
Font.Height = -16
|
|
Font.Style = [fsBold]
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox[1]
|
|
Left = 4
|
|
Height = 412
|
|
Top = 44
|
|
Width = 403
|
|
Align = alClient
|
|
AutoSize = True
|
|
BorderSpacing.Around = 4
|
|
Caption = 'tools status'
|
|
ClientHeight = 393
|
|
ClientWidth = 399
|
|
TabOrder = 1
|
|
object boxTools: TScrollBox
|
|
Left = 4
|
|
Height = 385
|
|
Top = 4
|
|
Width = 391
|
|
HorzScrollBar.Page = 1
|
|
VertScrollBar.Page = 1
|
|
Align = alClient
|
|
AutoSize = True
|
|
BorderSpacing.Around = 4
|
|
BorderStyle = bsNone
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
inherited toolbar: TCEToolBar
|
|
Width = 403
|
|
end
|
|
end
|
|
end
|