Files
lazarus-ccr/components/chemtext/demo/grid_sample/unit1.lfm

79 lines
1.1 KiB
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 280
Height = 240
Top = 130
Width = 687
Caption = 'ChemText in StringGrid'
ClientHeight = 240
ClientWidth = 687
OnCreate = FormCreate
LCLVersion = '1.9.0.0'
object StringGrid1: TStringGrid
Left = 8
Height = 224
Top = 8
Width = 671
Align = alClient
AutoFillColumns = True
BorderSpacing.Around = 8
ColCount = 4
DefaultDrawing = False
TabOrder = 0
OnDrawCell = StringGrid1DrawCell
ColWidths = (
32
211
211
213
)
Cells = (
15
1
0
'Substance'
1
1
'Water (H2O)'
1
2
'Ferric chloride (Fe3Cl)'
1
3
'Ammonium nitrate (NH4NO3)'
1
4
'Copper sulfate (CuSO4)'
2
0
'Density (g/cm³)'
2
1
'1.0'
2
2
'2.9'
2
3
'1.72'
2
4
'3.6'
3
0
'Molar mass (g/mole)'
3
1
'18.01528'
3
2
'162.2'
3
3
'80.043'
3
4
'159.609'
)
end
end