mirror of https://gitlab.com/basile.b/dexed.git
41 lines
786 B
Plaintext
41 lines
786 B
Plaintext
inherited TermWidget: TTermWidget
|
|
Left = 1018
|
|
Height = 296
|
|
Width = 674
|
|
Caption = 'Terminal'
|
|
ClientHeight = 296
|
|
ClientWidth = 674
|
|
OnShortCut = FormShortCut
|
|
inherited Content: TPanel
|
|
Height = 260
|
|
Width = 674
|
|
ClientHeight = 260
|
|
ClientWidth = 674
|
|
OnPaint = ContentPaint
|
|
object ScrollBar1: TScrollBar[0]
|
|
Left = 661
|
|
Height = 260
|
|
Top = 0
|
|
Width = 13
|
|
Align = alRight
|
|
Kind = sbVertical
|
|
PageSize = 0
|
|
TabOrder = 0
|
|
OnScroll = ScrollBar1Scroll
|
|
end
|
|
object Panel1: TPanel[1]
|
|
Left = 0
|
|
Height = 260
|
|
Top = 0
|
|
Width = 661
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
inherited toolbar: TDexedToolBar
|
|
Height = 30
|
|
Width = 666
|
|
end
|
|
end
|