mirror of https://gitlab.com/basile.b/dexed.git
tweak a few btns spacing
This commit is contained in:
parent
f9fede3423
commit
7c041b5bb9
|
@ -44,7 +44,7 @@ inherited CEProcInputWidget: TCEProcInputWidget
|
|||
Left = 0
|
||||
Height = 26
|
||||
Top = 2
|
||||
Width = 528
|
||||
Width = 520
|
||||
Align = alClient
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Bottom = 2
|
||||
|
@ -52,36 +52,39 @@ inherited CEProcInputWidget: TCEProcInputWidget
|
|||
TabOrder = 0
|
||||
end
|
||||
object btnClose: TBitBtn
|
||||
Left = 556
|
||||
Height = 30
|
||||
Left = 552
|
||||
Height = 26
|
||||
Hint = 'close the process input stream'
|
||||
Top = 0
|
||||
Top = 2
|
||||
Width = 28
|
||||
Align = alRight
|
||||
BorderSpacing.Around = 2
|
||||
Layout = blGlyphBottom
|
||||
OnClick = btnCloseClick
|
||||
Spacing = 0
|
||||
TabOrder = 1
|
||||
end
|
||||
object btnSend: TBitBtn
|
||||
Left = 528
|
||||
Height = 30
|
||||
Left = 522
|
||||
Height = 26
|
||||
Hint = 'send the text to hte process'
|
||||
Top = 0
|
||||
Top = 2
|
||||
Width = 28
|
||||
Align = alRight
|
||||
BorderSpacing.Around = 2
|
||||
Layout = blGlyphBottom
|
||||
OnClick = btnSendClick
|
||||
Spacing = 0
|
||||
TabOrder = 2
|
||||
end
|
||||
object btnKill: TBitBtn
|
||||
Left = 584
|
||||
Height = 30
|
||||
Left = 582
|
||||
Height = 26
|
||||
Hint = 'kill the process'
|
||||
Top = 0
|
||||
Top = 2
|
||||
Width = 28
|
||||
Align = alRight
|
||||
BorderSpacing.Around = 2
|
||||
Layout = blGlyphBottom
|
||||
OnClick = btnKillClick
|
||||
Spacing = 0
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||
Left = 866
|
||||
Height = 268
|
||||
Height = 195
|
||||
Top = 277
|
||||
Width = 561
|
||||
Width = 328
|
||||
Caption = 'Project group'
|
||||
ClientHeight = 268
|
||||
ClientWidth = 561
|
||||
ClientHeight = 195
|
||||
ClientWidth = 328
|
||||
inherited Back: TPanel
|
||||
Height = 268
|
||||
Width = 561
|
||||
ClientHeight = 268
|
||||
ClientWidth = 561
|
||||
Height = 195
|
||||
Width = 328
|
||||
ClientHeight = 195
|
||||
ClientWidth = 328
|
||||
inherited Content: TPanel
|
||||
Height = 268
|
||||
Width = 561
|
||||
ClientHeight = 268
|
||||
ClientWidth = 561
|
||||
Height = 195
|
||||
Width = 328
|
||||
ClientHeight = 195
|
||||
ClientWidth = 328
|
||||
object Panel1: TPanel[0]
|
||||
Left = 4
|
||||
Height = 26
|
||||
Top = 4
|
||||
Width = 553
|
||||
Width = 320
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 4
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 26
|
||||
ClientWidth = 553
|
||||
ClientWidth = 320
|
||||
TabOrder = 0
|
||||
object BtnAddProj: TBitBtn
|
||||
Left = 0
|
||||
|
@ -78,9 +78,9 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
|||
end
|
||||
object lstProj: TListView[1]
|
||||
Left = 4
|
||||
Height = 200
|
||||
Height = 127
|
||||
Top = 34
|
||||
Width = 553
|
||||
Width = 320
|
||||
Align = alClient
|
||||
AutoSort = False
|
||||
BorderSpacing.Around = 4
|
||||
|
@ -88,17 +88,17 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
|||
item
|
||||
AutoSize = True
|
||||
Caption = 'Name'
|
||||
Width = 47
|
||||
Width = 44
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Type'
|
||||
Width = 39
|
||||
Width = 38
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Configuration'
|
||||
Width = 463
|
||||
Width = 86
|
||||
end>
|
||||
GridLines = True
|
||||
ReadOnly = True
|
||||
|
@ -110,21 +110,22 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
|||
object Panel2: TPanel[2]
|
||||
Left = 4
|
||||
Height = 26
|
||||
Top = 238
|
||||
Width = 553
|
||||
Top = 165
|
||||
Width = 320
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 4
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 26
|
||||
ClientWidth = 553
|
||||
ClientWidth = 320
|
||||
TabOrder = 2
|
||||
object btnFreeFocus: TBitBtn
|
||||
Left = 497
|
||||
Height = 26
|
||||
Left = 262
|
||||
Height = 24
|
||||
Hint = 'Put the focus on the ungrouped project'
|
||||
Top = 0
|
||||
Top = 1
|
||||
Width = 28
|
||||
Align = alRight
|
||||
BorderSpacing.Around = 1
|
||||
Layout = blGlyphBottom
|
||||
OnClick = btnFreeFocusClick
|
||||
Spacing = 0
|
||||
|
@ -134,19 +135,20 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
|||
Left = 2
|
||||
Height = 22
|
||||
Top = 2
|
||||
Width = 493
|
||||
Width = 258
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 2
|
||||
BorderStyle = sbsSunken
|
||||
TabOrder = 1
|
||||
end
|
||||
object btnAddUnfocused: TBitBtn
|
||||
Left = 525
|
||||
Height = 26
|
||||
Left = 291
|
||||
Height = 24
|
||||
Hint = 'Put the ungrouped project in the group'
|
||||
Top = 0
|
||||
Top = 1
|
||||
Width = 28
|
||||
Align = alRight
|
||||
BorderSpacing.Around = 1
|
||||
Layout = blGlyphBottom
|
||||
OnClick = btnAddUnfocusedClick
|
||||
Spacing = 0
|
||||
|
|
Loading…
Reference in New Issue