initial commit moved from svn
This commit is contained in:
105
frmgradientlegend.lfm
Normal file
105
frmgradientlegend.lfm
Normal file
@@ -0,0 +1,105 @@
|
||||
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
|
||||
Reference in New Issue
Block a user