initial commit moved from svn
This commit is contained in:
90
frmbloclegend.lfm
Normal file
90
frmbloclegend.lfm
Normal file
@@ -0,0 +1,90 @@
|
||||
object BlocLegendForm: TBlocLegendForm
|
||||
Left = 3651
|
||||
Height = 90
|
||||
Top = 562
|
||||
Width = 201
|
||||
Caption = 'BlocLegendForm'
|
||||
ClientHeight = 90
|
||||
ClientWidth = 201
|
||||
Color = clForm
|
||||
DesignTimePPI = 108
|
||||
OnShow = FormShow
|
||||
ShowInTaskBar = stNever
|
||||
LCLVersion = '1.9.0.0'
|
||||
object Label15: TLabel
|
||||
Left = 39
|
||||
Height = 20
|
||||
Top = 8
|
||||
Width = 37
|
||||
Caption = 'Bloc s'
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object Label14: TLabel
|
||||
Left = 39
|
||||
Height = 20
|
||||
Top = 26
|
||||
Width = 39
|
||||
Caption = 'Bloc d'
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object Label17: TLabel
|
||||
Left = 39
|
||||
Height = 20
|
||||
Top = 62
|
||||
Width = 36
|
||||
Caption = 'Bloc f'
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object Label16: TLabel
|
||||
Left = 39
|
||||
Height = 20
|
||||
Top = 44
|
||||
Width = 39
|
||||
Caption = 'Bloc p'
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object pnD: TPanel
|
||||
Left = 12
|
||||
Height = 18
|
||||
Top = 26
|
||||
Width = 18
|
||||
Color = clPurple
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
end
|
||||
object pnS: TPanel
|
||||
Left = 12
|
||||
Height = 18
|
||||
Top = 8
|
||||
Width = 18
|
||||
Color = clNavy
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
end
|
||||
object pnP: TPanel
|
||||
Left = 12
|
||||
Height = 18
|
||||
Top = 44
|
||||
Width = 18
|
||||
Color = clGreen
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
end
|
||||
object pnF: TPanel
|
||||
Left = 12
|
||||
Height = 18
|
||||
Top = 62
|
||||
Width = 18
|
||||
Color = clMaroon
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
TabOrder = 3
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user