mirror of https://gitlab.com/basile.b/dexed.git
76 lines
1.7 KiB
Plaintext
76 lines
1.7 KiB
Plaintext
inherited CEInfoWidget: TCEInfoWidget
|
|
Left = 713
|
|
Height = 471
|
|
Top = 245
|
|
Width = 411
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
Caption = 'About'
|
|
ClientHeight = 471
|
|
ClientWidth = 411
|
|
inherited Back: TPanel
|
|
Height = 471
|
|
Width = 411
|
|
ClientHeight = 471
|
|
ClientWidth = 411
|
|
inherited Content: TPanel
|
|
Height = 435
|
|
Width = 411
|
|
ClientHeight = 435
|
|
ClientWidth = 411
|
|
object GroupBox1: TGroupBox[0]
|
|
Left = 4
|
|
Height = 105
|
|
Top = 4
|
|
Width = 403
|
|
Align = alTop
|
|
BorderSpacing.Around = 4
|
|
Caption = 'about'
|
|
ClientHeight = 75
|
|
ClientWidth = 399
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 0
|
|
Height = 75
|
|
Top = 0
|
|
Width = 399
|
|
Align = alClient
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
Font.Height = -16
|
|
Font.Style = [fsBold]
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox[1]
|
|
Left = 4
|
|
Height = 318
|
|
Top = 113
|
|
Width = 403
|
|
Align = alClient
|
|
BorderSpacing.Around = 4
|
|
Caption = 'tools status'
|
|
ClientHeight = 288
|
|
ClientWidth = 399
|
|
TabOrder = 1
|
|
object boxTools: TScrollBox
|
|
Left = 4
|
|
Height = 280
|
|
Top = 4
|
|
Width = 391
|
|
HorzScrollBar.Page = 1
|
|
VertScrollBar.Page = 1
|
|
Align = alClient
|
|
BorderSpacing.Around = 4
|
|
BorderStyle = bsNone
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
inherited toolbar: TCEToolBar
|
|
Width = 403
|
|
end
|
|
end
|
|
end
|