initial commit moved from svn

This commit is contained in:
fatalerrors
2022-10-24 22:07:20 +02:00
parent b2caa19213
commit 0e96f4f5e4
229 changed files with 20039 additions and 0 deletions

185
frmfamilylegend.lfm Normal file
View File

@@ -0,0 +1,185 @@
object LegendFamilyForm: TLegendFamilyForm
Left = 3658
Height = 109
Top = 1089
Width = 316
Caption = 'LegendFamilyForm'
ClientHeight = 109
ClientWidth = 316
Color = clForm
DesignTimePPI = 108
OnShow = FormShow
ShowInTaskBar = stNever
LCLVersion = '1.9.0.0'
object Label17: TLabel
Left = 36
Height = 20
Top = 63
Width = 59
Caption = 'Halogens'
ParentColor = False
ParentFont = False
end
object Label16: TLabel
Left = 36
Height = 20
Top = 45
Width = 73
Caption = 'Non-metals'
ParentColor = False
ParentFont = False
end
object Label14: TLabel
Left = 36
Height = 20
Top = 27
Width = 87
Caption = 'Alkalie metals'
ParentColor = False
ParentFont = False
end
object Label15: TLabel
Left = 36
Height = 20
Top = 9
Width = 57
Caption = 'Alkalines'
ParentColor = False
ParentFont = False
end
object Label18: TLabel
Left = 186
Height = 20
Top = 9
Width = 109
Caption = 'Transition metals'
ParentColor = False
ParentFont = False
end
object Label19: TLabel
Left = 186
Height = 20
Top = 27
Width = 65
Caption = 'Metalloids'
ParentColor = False
ParentFont = False
end
object Label20: TLabel
Left = 186
Height = 20
Top = 45
Width = 65
Caption = 'Rare earth'
ParentColor = False
ParentFont = False
end
object Label21: TLabel
Left = 186
Height = 20
Top = 63
Width = 81
Caption = 'Other metals'
ParentColor = False
ParentFont = False
end
object Label22: TLabel
Left = 36
Height = 20
Top = 81
Width = 62
Caption = 'Noble gas'
ParentColor = False
ParentFont = False
end
object pnAlkalines: TPanel
Left = 9
Height = 18
Top = 9
Width = 18
Color = clMaroon
ParentColor = False
ParentFont = False
TabOrder = 0
end
object pnAlkalieMetals: TPanel
Left = 9
Height = 18
Top = 27
Width = 18
Color = clMaroon
ParentColor = False
ParentFont = False
TabOrder = 1
end
object pnNonMetals: TPanel
Left = 9
Height = 18
Top = 45
Width = 18
Color = clMaroon
ParentColor = False
ParentFont = False
TabOrder = 2
end
object pnHalogens: TPanel
Left = 9
Height = 18
Top = 63
Width = 18
Color = clMaroon
ParentColor = False
ParentFont = False
TabOrder = 3
end
object pnTransMetals: TPanel
Left = 159
Height = 18
Top = 9
Width = 18
Color = clMaroon
ParentColor = False
ParentFont = False
TabOrder = 4
end
object pnMetalloids: TPanel
Left = 159
Height = 18
Top = 27
Width = 18
Color = clMaroon
ParentColor = False
ParentFont = False
TabOrder = 5
end
object pnRareEarth: TPanel
Left = 159
Height = 18
Top = 45
Width = 18
Color = clMaroon
ParentColor = False
ParentFont = False
TabOrder = 6
end
object pnOtherMetals: TPanel
Left = 159
Height = 18
Top = 63
Width = 18
Color = clMaroon
ParentColor = False
ParentFont = False
TabOrder = 7
end
object pnNobleGas: TPanel
Left = 9
Height = 18
Top = 81
Width = 18
Color = clMaroon
ParentColor = False
ParentFont = False
TabOrder = 8
end
end