tweak a few btns spacing

This commit is contained in:
Basile Burg 2016-06-16 05:57:00 +02:00
parent f9fede3423
commit 7c041b5bb9
2 changed files with 44 additions and 39 deletions

View File

@ -44,7 +44,7 @@ inherited CEProcInputWidget: TCEProcInputWidget
Left = 0 Left = 0
Height = 26 Height = 26
Top = 2 Top = 2
Width = 528 Width = 520
Align = alClient Align = alClient
BorderSpacing.Top = 2 BorderSpacing.Top = 2
BorderSpacing.Bottom = 2 BorderSpacing.Bottom = 2
@ -52,36 +52,39 @@ inherited CEProcInputWidget: TCEProcInputWidget
TabOrder = 0 TabOrder = 0
end end
object btnClose: TBitBtn object btnClose: TBitBtn
Left = 556 Left = 552
Height = 30 Height = 26
Hint = 'close the process input stream' Hint = 'close the process input stream'
Top = 0 Top = 2
Width = 28 Width = 28
Align = alRight Align = alRight
BorderSpacing.Around = 2
Layout = blGlyphBottom Layout = blGlyphBottom
OnClick = btnCloseClick OnClick = btnCloseClick
Spacing = 0 Spacing = 0
TabOrder = 1 TabOrder = 1
end end
object btnSend: TBitBtn object btnSend: TBitBtn
Left = 528 Left = 522
Height = 30 Height = 26
Hint = 'send the text to hte process' Hint = 'send the text to hte process'
Top = 0 Top = 2
Width = 28 Width = 28
Align = alRight Align = alRight
BorderSpacing.Around = 2
Layout = blGlyphBottom Layout = blGlyphBottom
OnClick = btnSendClick OnClick = btnSendClick
Spacing = 0 Spacing = 0
TabOrder = 2 TabOrder = 2
end end
object btnKill: TBitBtn object btnKill: TBitBtn
Left = 584 Left = 582
Height = 30 Height = 26
Hint = 'kill the process' Hint = 'kill the process'
Top = 0 Top = 2
Width = 28 Width = 28
Align = alRight Align = alRight
BorderSpacing.Around = 2
Layout = blGlyphBottom Layout = blGlyphBottom
OnClick = btnKillClick OnClick = btnKillClick
Spacing = 0 Spacing = 0

View File

@ -1,31 +1,31 @@
inherited CEProjectGroupWidget: TCEProjectGroupWidget inherited CEProjectGroupWidget: TCEProjectGroupWidget
Left = 866 Left = 866
Height = 268 Height = 195
Top = 277 Top = 277
Width = 561 Width = 328
Caption = 'Project group' Caption = 'Project group'
ClientHeight = 268 ClientHeight = 195
ClientWidth = 561 ClientWidth = 328
inherited Back: TPanel inherited Back: TPanel
Height = 268 Height = 195
Width = 561 Width = 328
ClientHeight = 268 ClientHeight = 195
ClientWidth = 561 ClientWidth = 328
inherited Content: TPanel inherited Content: TPanel
Height = 268 Height = 195
Width = 561 Width = 328
ClientHeight = 268 ClientHeight = 195
ClientWidth = 561 ClientWidth = 328
object Panel1: TPanel[0] object Panel1: TPanel[0]
Left = 4 Left = 4
Height = 26 Height = 26
Top = 4 Top = 4
Width = 553 Width = 320
Align = alTop Align = alTop
BorderSpacing.Around = 4 BorderSpacing.Around = 4
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 26 ClientHeight = 26
ClientWidth = 553 ClientWidth = 320
TabOrder = 0 TabOrder = 0
object BtnAddProj: TBitBtn object BtnAddProj: TBitBtn
Left = 0 Left = 0
@ -78,9 +78,9 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
end end
object lstProj: TListView[1] object lstProj: TListView[1]
Left = 4 Left = 4
Height = 200 Height = 127
Top = 34 Top = 34
Width = 553 Width = 320
Align = alClient Align = alClient
AutoSort = False AutoSort = False
BorderSpacing.Around = 4 BorderSpacing.Around = 4
@ -88,17 +88,17 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
item item
AutoSize = True AutoSize = True
Caption = 'Name' Caption = 'Name'
Width = 47 Width = 44
end end
item item
AutoSize = True AutoSize = True
Caption = 'Type' Caption = 'Type'
Width = 39 Width = 38
end end
item item
AutoSize = True AutoSize = True
Caption = 'Configuration' Caption = 'Configuration'
Width = 463 Width = 86
end> end>
GridLines = True GridLines = True
ReadOnly = True ReadOnly = True
@ -110,21 +110,22 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
object Panel2: TPanel[2] object Panel2: TPanel[2]
Left = 4 Left = 4
Height = 26 Height = 26
Top = 238 Top = 165
Width = 553 Width = 320
Align = alBottom Align = alBottom
BorderSpacing.Around = 4 BorderSpacing.Around = 4
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 26 ClientHeight = 26
ClientWidth = 553 ClientWidth = 320
TabOrder = 2 TabOrder = 2
object btnFreeFocus: TBitBtn object btnFreeFocus: TBitBtn
Left = 497 Left = 262
Height = 26 Height = 24
Hint = 'Put the focus on the ungrouped project' Hint = 'Put the focus on the ungrouped project'
Top = 0 Top = 1
Width = 28 Width = 28
Align = alRight Align = alRight
BorderSpacing.Around = 1
Layout = blGlyphBottom Layout = blGlyphBottom
OnClick = btnFreeFocusClick OnClick = btnFreeFocusClick
Spacing = 0 Spacing = 0
@ -134,19 +135,20 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
Left = 2 Left = 2
Height = 22 Height = 22
Top = 2 Top = 2
Width = 493 Width = 258
Align = alClient Align = alClient
BorderSpacing.Around = 2 BorderSpacing.Around = 2
BorderStyle = sbsSunken BorderStyle = sbsSunken
TabOrder = 1 TabOrder = 1
end end
object btnAddUnfocused: TBitBtn object btnAddUnfocused: TBitBtn
Left = 525 Left = 291
Height = 26 Height = 24
Hint = 'Put the ungrouped project in the group' Hint = 'Put the ungrouped project in the group'
Top = 0 Top = 1
Width = 28 Width = 28
Align = alRight Align = alRight
BorderSpacing.Around = 1
Layout = blGlyphBottom Layout = blGlyphBottom
OnClick = btnAddUnfocusedClick OnClick = btnAddUnfocusedClick
Spacing = 0 Spacing = 0