Files
yapetavi/frmgradientlegend.lfm
2022-10-24 22:07:20 +02:00

106 lines
1.9 KiB
Plaintext

object GradientLegendForm: TGradientLegendForm
Left = 3654
Height = 125
Top = 727
Width = 315
Caption = 'GradientLegendForm'
ClientHeight = 125
ClientWidth = 315
Color = clForm
DesignTimePPI = 108
OnShow = FormShow
ShowInTaskBar = stNever
LCLVersion = '1.9.0.0'
object lbMin: TLabel
Left = 39
Height = 19
Top = 8
Width = 267
AutoSize = False
Caption = 'min'
ParentColor = False
ParentFont = False
WordWrap = True
end
object lbMax: TLabel
Left = 40
Height = 18
Top = 27
Width = 248
AutoSize = False
Caption = 'max'
ParentColor = False
ParentFont = False
WordWrap = True
end
object lbUnknow: TLabel
Left = 39
Height = 20
Top = 45
Width = 51
Caption = 'unknow'
ParentColor = False
ParentFont = False
end
object lbInfo: TLabel
Left = 12
Height = 45
Top = 81
Width = 288
AutoSize = False
Caption = 'lbInfo'
ParentColor = False
ParentFont = False
WordWrap = True
end
object pnMax: TPanel
Left = 12
Height = 18
Top = 27
Width = 18
Color = clPurple
ParentColor = False
ParentFont = False
TabOrder = 0
end
object pnMin: TPanel
Left = 12
Height = 18
Top = 8
Width = 18
Color = clNavy
ParentColor = False
ParentFont = False
TabOrder = 1
end
object pnUnknow: TPanel
Left = 12
Height = 18
Top = 45
Width = 18
Color = clGreen
ParentColor = False
ParentFont = False
TabOrder = 2
end
object pnNonAppl: TPanel
Left = 12
Height = 18
Top = 63
Width = 18
Color = clOlive
ParentColor = False
ParentFont = False
TabOrder = 3
end
object lbNonAppl: TLabel
Left = 39
Height = 20
Top = 63
Width = 91
Caption = 'Non applyable'
ParentColor = False
ParentFont = False
end
end