桌面设置信息被保存在dst文件中(储存在delphi的bin目录中),它们是伪装的ini文件。 被保存的设置包括主要的窗口,project manager,alignment palette,object inspector (包括它的 property category settings) ,editor windows (code explorer 和message view的状态),还有许多其它的位置,加上各种窗口的停靠状态。
这是从一个dst文件中摘录的一小段,它应该是很容易读的:
[main window]create=1visible=1state=0left=0top=0width=1024height=105clientwidth=1016
clientheight=78
[projectmanager]create=1visible=0state=0...dockable=1
[alignmentpalette]create=1visible=0...