Delphi7的IDE概述(一)[4]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 cwxiao888 的 blog

桌面设置信息被保存在dst文件中(储存在delphibin目录中),它们是伪装的ini文件。 被保存的设置包括主要的窗口,project manageralignment paletteobject inspector (包括它的 property category settings) editor windows (code explorer message view的状态),还有许多其它的位置,加上各种窗口的停靠状态。

这是从一个dst文件中摘录的一小段,它应该是很容易读的:

[main window]
create=1
visible=1
state=0
left=0
top=0
width=1024
height=105
clientwidth=1016
clientheight=78
   
[projectmanager]
create=1
visible=0
state=0
...
dockable=1
   
[alignmentpalette]
create=1
visible=0
...

首页 上页 下页 尾页 [1] [2] [3] [4] [5] [6]
本文关键:Delphi7 IDE
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top