mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 05:53:33 +02:00
33 lines
581 B
Plaintext
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
|