lazarus/examples/propstorage/unit1.lfm
2014-02-26 09:06:24 +00:00

33 lines
581 B
Plaintext

object Form1: TForm1
Left = 316
Height = 359
Top = 134
Width = 531
Caption = 'Form1'
ClientHeight = 359
ClientWidth = 531
SessionProperties = 'Memo1.Lines'
LCLVersion = '1.3'
object Memo1: TMemo
Left = 8
Height = 162
Top = 8
Width = 496
TabOrder = 0
end
object XMLPropStorage1: TXMLPropStorage
StoredValues = <
item
end>
FileName = 'config.xml'
left = 24
top = 200
end
object IniPropStorage1: TIniPropStorage
StoredValues = <>
IniFileName = 'config.ini'
left = 137
top = 200
end
end