mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +02:00
Opkman: More space between labels on form opkman_progressfrm.lfm
git-svn-id: trunk@55939 -
This commit is contained in:
parent
faf48ec178
commit
cb3c2eb2ec
@ -17,6 +17,7 @@ object ProgressFrm: TProgressFrm
|
|||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
PopupMode = pmExplicit
|
PopupMode = pmExplicit
|
||||||
Position = poOwnerFormCenter
|
Position = poOwnerFormCenter
|
||||||
|
LCLVersion = '1.9.0.0'
|
||||||
object pnLabels: TPanel
|
object pnLabels: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 249
|
Height = 249
|
||||||
@ -29,35 +30,35 @@ object ProgressFrm: TProgressFrm
|
|||||||
ClientWidth = 497
|
ClientWidth = 497
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object lbPackageData: TLabel
|
object lbPackageData: TLabel
|
||||||
Left = 88
|
Left = 116
|
||||||
Height = 1
|
Height = 1
|
||||||
Top = 12
|
Top = 12
|
||||||
Width = 404
|
Width = 373
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object lbSpeedData: TLabel
|
object lbSpeedData: TLabel
|
||||||
Left = 88
|
Left = 116
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 34
|
Top = 34
|
||||||
Width = 404
|
Width = 373
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Caption = 'Calculating. Please wait...'
|
Caption = 'Calculating. Please wait...'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object lbRemainingData: TLabel
|
object lbRemainingData: TLabel
|
||||||
Left = 88
|
Left = 116
|
||||||
Height = 1
|
Height = 1
|
||||||
Top = 78
|
Top = 78
|
||||||
Width = 404
|
Width = 373
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object lbElapsedData: TLabel
|
object lbElapsedData: TLabel
|
||||||
Left = 88
|
Left = 116
|
||||||
Height = 1
|
Height = 1
|
||||||
Top = 56
|
Top = 56
|
||||||
Width = 404
|
Width = 373
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
@ -167,8 +168,8 @@ object ProgressFrm: TProgressFrm
|
|||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object imTree: TImageList
|
object imTree: TImageList
|
||||||
left = 123
|
left = 120
|
||||||
top = 72
|
top = 128
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69030000001000000010000000000000000000000000000000000000000000
|
4C69030000001000000010000000000000000000000000000000000000000000
|
||||||
0000000000000000000000000000000000000000000000000000000000000000
|
0000000000000000000000000000000000000000000000000000000000000000
|
||||||
|
Loading…
Reference in New Issue
Block a user