随笔分类 -  界面技巧

Edit Control Styles
摘要:Edit Control Styles 阅读全文
posted @ 2009-04-02 09:56 云海空间软件 阅读(850) 评论(0) 推荐(0)
怎样在InstallShield的Basic MSI Project中用InstallScript添加路径
摘要:本文详细说明了如何在InstallShield的Basic MSI Project中用InstallScript添加路径 阅读全文
posted @ 2009-04-01 13:41 云海空间软件 阅读(1446) 评论(1) 推荐(0)
如何在工具栏或者其他的控件上显示其他控件的Hint
摘要:TControl.Hint Property Use the Hint property to provide a string of help text either as a Help Hint, or as help text on a particular location such as ... 阅读全文
posted @ 2008-07-10 09:34 云海空间软件 阅读(370) 评论(0) 推荐(0)
如何让CoolBar控件的Bands在同一行上
摘要:1、在Coolbar上面放置两个Toolbar控件,控件默认是分成两行排列; 2、设置第二个Band的Break属性为True,这时两个Bands会排列成一行。 阅读全文
posted @ 2008-07-10 09:31 云海空间软件 阅读(253) 评论(0) 推荐(0)
让控件的DropdownMenu或者PopupMenu弹出来
摘要:procedure TMainFrm.ToolButton6Click(Sender:TObject); var MemuPos:TPoint; begin MemuPos: = TToolButton(Sender).ClientToScreen(Point( 0 , 0 )); Mem... 阅读全文
posted @ 2008-07-10 09:26 云海空间软件 阅读(592) 评论(0) 推荐(0)