mirror of https://gitlab.com/basile.b/dexed.git
process input, layout alignment
This commit is contained in:
parent
f39aaf5e36
commit
806758e5f1
|
@ -1,20 +1,20 @@
|
||||||
inherited CEProcInputWidget: TCEProcInputWidget
|
inherited CEProcInputWidget: TCEProcInputWidget
|
||||||
Left = 863
|
Left = 863
|
||||||
Height = 65
|
Height = 63
|
||||||
Top = 397
|
Top = 397
|
||||||
Width = 613
|
Width = 613
|
||||||
Caption = 'Process input'
|
Caption = 'Process input'
|
||||||
ClientHeight = 65
|
ClientHeight = 63
|
||||||
ClientWidth = 613
|
ClientWidth = 613
|
||||||
inherited Back: TPanel
|
inherited Back: TPanel
|
||||||
Height = 65
|
Height = 63
|
||||||
Width = 613
|
Width = 613
|
||||||
ClientHeight = 65
|
ClientHeight = 63
|
||||||
ClientWidth = 613
|
ClientWidth = 613
|
||||||
inherited Content: TPanel
|
inherited Content: TPanel
|
||||||
Height = 65
|
Height = 63
|
||||||
Width = 613
|
Width = 613
|
||||||
ClientHeight = 65
|
ClientHeight = 63
|
||||||
ClientWidth = 613
|
ClientWidth = 613
|
||||||
object txtExeName: TStaticText[0]
|
object txtExeName: TStaticText[0]
|
||||||
Left = 4
|
Left = 4
|
||||||
|
@ -31,9 +31,9 @@ inherited CEProcInputWidget: TCEProcInputWidget
|
||||||
object Panel1: TPanel[1]
|
object Panel1: TPanel[1]
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 31
|
Top = 30
|
||||||
Width = 605
|
Width = 605
|
||||||
Align = alBottom
|
Align = alTop
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 30
|
ClientHeight = 30
|
||||||
|
|
Loading…
Reference in New Issue