mirror of https://gitlab.com/basile.b/dexed.git
73 lines
1.6 KiB
Plaintext
73 lines
1.6 KiB
Plaintext
inherited CEProcInputWidget: TCEProcInputWidget
|
|
Left = 863
|
|
Height = 65
|
|
Top = 397
|
|
Width = 613
|
|
Caption = 'Process input'
|
|
ClientHeight = 65
|
|
ClientWidth = 613
|
|
inherited Back: TPanel
|
|
Height = 65
|
|
Width = 613
|
|
ClientHeight = 65
|
|
ClientWidth = 613
|
|
inherited Content: TPanel
|
|
Height = 65
|
|
Width = 613
|
|
ClientHeight = 65
|
|
ClientWidth = 613
|
|
object txtExeName: TStaticText[0]
|
|
Left = 4
|
|
Height = 22
|
|
Top = 4
|
|
Width = 605
|
|
Align = alTop
|
|
BorderSpacing.Around = 4
|
|
BorderStyle = sbsSunken
|
|
Caption = 'no process'
|
|
TabOrder = 0
|
|
Transparent = False
|
|
end
|
|
object Panel1: TPanel[1]
|
|
Left = 4
|
|
Height = 30
|
|
Top = 31
|
|
Width = 605
|
|
Align = alBottom
|
|
BorderSpacing.Around = 4
|
|
BevelOuter = bvNone
|
|
ClientHeight = 30
|
|
ClientWidth = 605
|
|
Enabled = False
|
|
TabOrder = 1
|
|
object btnSend: TButton
|
|
Left = 530
|
|
Height = 30
|
|
Top = 0
|
|
Width = 75
|
|
Align = alRight
|
|
BorderSpacing.Left = 4
|
|
Caption = 'Send'
|
|
OnClick = btnSendClick
|
|
TabOrder = 0
|
|
end
|
|
object txtInp: TEdit
|
|
Left = 0
|
|
Height = 26
|
|
Top = 2
|
|
Width = 526
|
|
Align = alClient
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Bottom = 2
|
|
OnKeyDown = txtInpKeyDown
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited contextMenu: TPopupMenu
|
|
left = 16
|
|
top = 8
|
|
end
|
|
end
|