mirror of https://gitlab.com/basile.b/dexed.git
95 lines
2.1 KiB
Plaintext
95 lines
2.1 KiB
Plaintext
inherited CEProcInputWidget: TCEProcInputWidget
|
|
Left = 863
|
|
Height = 107
|
|
Top = 397
|
|
Width = 558
|
|
Caption = 'Process input'
|
|
ClientHeight = 107
|
|
ClientWidth = 558
|
|
inherited Back: TPanel
|
|
Height = 107
|
|
Width = 558
|
|
ClientHeight = 107
|
|
ClientWidth = 558
|
|
inherited Content: TPanel
|
|
Height = 71
|
|
Width = 558
|
|
ClientHeight = 71
|
|
ClientWidth = 558
|
|
object txtExeName: TStaticText[0]
|
|
Left = 4
|
|
Height = 24
|
|
Top = 4
|
|
Width = 550
|
|
Align = alTop
|
|
BorderSpacing.Around = 4
|
|
BorderStyle = sbsSunken
|
|
Caption = 'no process'
|
|
TabOrder = 0
|
|
Transparent = False
|
|
end
|
|
object Panel1: TPanel[1]
|
|
Left = 4
|
|
Height = 32
|
|
Top = 32
|
|
Width = 550
|
|
Align = alTop
|
|
BorderSpacing.Around = 4
|
|
BevelOuter = bvNone
|
|
ClientHeight = 32
|
|
ClientWidth = 550
|
|
Enabled = False
|
|
TabOrder = 1
|
|
object txtInp: TEdit
|
|
Left = 0
|
|
Height = 26
|
|
Top = 3
|
|
Width = 449
|
|
Align = alClient
|
|
BorderSpacing.Top = 3
|
|
BorderSpacing.Bottom = 3
|
|
OnKeyDown = txtInpKeyDown
|
|
TabOrder = 0
|
|
end
|
|
object btnClose: TSpeedButton
|
|
Left = 484
|
|
Height = 28
|
|
Hint = 'close standard input'
|
|
Top = 2
|
|
Width = 31
|
|
Align = alRight
|
|
BorderSpacing.Around = 2
|
|
OnClick = btnCloseClick
|
|
end
|
|
object btnKill: TSpeedButton
|
|
Left = 517
|
|
Height = 28
|
|
Hint = 'kill process'
|
|
Top = 2
|
|
Width = 31
|
|
Align = alRight
|
|
BorderSpacing.Around = 2
|
|
OnClick = btnKillClick
|
|
end
|
|
object btnSend: TSpeedButton
|
|
Left = 451
|
|
Height = 28
|
|
Hint = 'write content to standard input'
|
|
Top = 2
|
|
Width = 31
|
|
Align = alRight
|
|
BorderSpacing.Around = 2
|
|
OnClick = btnSendClick
|
|
end
|
|
end
|
|
end
|
|
inherited toolbar: TCEToolBar
|
|
Width = 550
|
|
end
|
|
end
|
|
inherited contextMenu: TPopupMenu
|
|
left = 16
|
|
top = 8
|
|
end
|
|
end
|