mirror of https://gitlab.com/basile.b/dexed.git
prjgrp, tweak gui for the win version
This commit is contained in:
parent
2e18d2a932
commit
de825feec1
|
@ -3,6 +3,7 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
Height = 195
|
Height = 195
|
||||||
Top = 273
|
Top = 273
|
||||||
Width = 328
|
Width = 328
|
||||||
|
ActiveControl = lstProj
|
||||||
Caption = 'Project group'
|
Caption = 'Project group'
|
||||||
ClientHeight = 195
|
ClientHeight = 195
|
||||||
ClientWidth = 328
|
ClientWidth = 328
|
||||||
|
@ -12,14 +13,14 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
ClientHeight = 195
|
ClientHeight = 195
|
||||||
ClientWidth = 328
|
ClientWidth = 328
|
||||||
inherited Content: TPanel
|
inherited Content: TPanel
|
||||||
Height = 161
|
Height = 159
|
||||||
Top = 34
|
Top = 36
|
||||||
Width = 328
|
Width = 328
|
||||||
ClientHeight = 161
|
ClientHeight = 159
|
||||||
ClientWidth = 328
|
ClientWidth = 328
|
||||||
object lstProj: TListView[0]
|
object lstProj: TListView[0]
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 126
|
Height = 140
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 320
|
Width = 320
|
||||||
Align = alClient
|
Align = alClient
|
||||||
|
@ -29,25 +30,27 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
item
|
item
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'Name'
|
Caption = 'Name'
|
||||||
Width = 49
|
Width = 47
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'Type'
|
Caption = 'Type'
|
||||||
Width = 40
|
Width = 41
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'Async'
|
Caption = 'Async'
|
||||||
Width = 49
|
Width = 47
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'Configuration'
|
Caption = 'Configuration'
|
||||||
Width = 180
|
Width = 89
|
||||||
end>
|
end>
|
||||||
GridLines = True
|
GridLines = True
|
||||||
|
HideSelection = False
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
|
RowSelect = True
|
||||||
ScrollBars = ssAutoBoth
|
ScrollBars = ssAutoBoth
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
ViewStyle = vsReport
|
ViewStyle = vsReport
|
||||||
|
@ -56,19 +59,19 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
end
|
end
|
||||||
object Panel2: TPanel[1]
|
object Panel2: TPanel[1]
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 23
|
Height = 7
|
||||||
Top = 134
|
Top = 148
|
||||||
Width = 320
|
Width = 320
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 23
|
ClientHeight = 7
|
||||||
ClientWidth = 320
|
ClientWidth = 320
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object btnFreeFocus: TSpeedButton
|
object btnFreeFocus: TSpeedButton
|
||||||
Left = 312
|
Left = 312
|
||||||
Height = 23
|
Height = 7
|
||||||
Hint = 'Put the focus on the ungrouped project'
|
Hint = 'Put the focus on the ungrouped project'
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 4
|
Width = 4
|
||||||
|
@ -80,7 +83,7 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
end
|
end
|
||||||
object StaticText1: TStaticText
|
object StaticText1: TStaticText
|
||||||
Left = 2
|
Left = 2
|
||||||
Height = 19
|
Height = 3
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 308
|
Width = 308
|
||||||
Align = alClient
|
Align = alClient
|
||||||
|
@ -91,7 +94,7 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
end
|
end
|
||||||
object btnAddUnfocused: TSpeedButton
|
object btnAddUnfocused: TSpeedButton
|
||||||
Left = 316
|
Left = 316
|
||||||
Height = 23
|
Height = 7
|
||||||
Hint = 'Put the ungrouped project in the group'
|
Hint = 'Put the ungrouped project in the group'
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 4
|
Width = 4
|
||||||
|
@ -104,7 +107,6 @@ inherited CEProjectGroupWidget: TCEProjectGroupWidget
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited toolbar: TCEToolBar
|
inherited toolbar: TCEToolBar
|
||||||
Height = 28
|
|
||||||
Width = 320
|
Width = 320
|
||||||
object BtnAddProj: TCEToolButton[0]
|
object BtnAddProj: TCEToolButton[0]
|
||||||
Left = 1
|
Left = 1
|
||||||
|
|
Loading…
Reference in New Issue