C++ Builder Form 的Title 颜色能否修改?

春华-秋实 2013-01-06 02:25:11
小弟在此有个问题,求指点:

创建一个Form,Form 的窗体颜色,能不能不要蓝色,好难看~
...全文
257 10 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
10 条回复
切换为时间正序
请发表友善的回复…
发表回复
春华-秋实 2013-01-08
  • 打赏
  • 举报
回复
引用 9 楼 ccrun 的回复:
将Form的BorderStyle设置成bsNone, 然后放一个Panel在Form的顶部来模拟标题栏. 你可以找找我以前开源的Minispy, 里面的效果就是这样模拟的.
多谢妖哥,能给个链接么?
sololie 2013-01-07
  • 打赏
  • 举报
回复
再不然你就禁用默认的窗体标题栏,自己模拟一个
sololie 2013-01-07
  • 打赏
  • 举报
回复
除了4楼的方法,还可以指定一个新窗体,上面显示标题文字和设置颜色,然后把它覆盖在原窗体标题那里,需要做一些窗体位置变化后的处理,让新窗体能随主窗体移动永远定位覆盖在主窗体标题位置。
ccrun.com 2013-01-07
  • 打赏
  • 举报
回复
将Form的BorderStyle设置成bsNone, 然后放一个Panel在Form的顶部来模拟标题栏. 你可以找找我以前开源的Minispy, 里面的效果就是这样模拟的.
春华-秋实 2013-01-06
  • 打赏
  • 举报
回复
引用 4 楼 songhtao 的回复:
你也可以自画窗体,用 Canvas画图
是这样,现在有一个Form 已经存在,想修改他的那个颜色,请问该如何做,在程序中修改?行吗?
春华-秋实 2013-01-06
  • 打赏
  • 举报
回复
引用 3 楼 ksrsoft 的回复:
skin sui之类控件就是皮肤控件,很好用
有没有教程,小弟第一次用~
我不懂电脑 2013-01-06
  • 打赏
  • 举报
回复
你也可以自画窗体,用 Canvas画图
缘中人 2013-01-06
  • 打赏
  • 举报
回复
skin sui之类控件就是皮肤控件,很好用
春华-秋实 2013-01-06
  • 打赏
  • 举报
回复
引用 1 楼 hyz_cs 的回复:
这个是系统主题吧,要不就自己用皮肤控件.
皮肤控件如何使用?在哪里找?
hyz_cs 2013-01-06
  • 打赏
  • 举报
回复
这个是系统主题吧,要不就自己用皮肤控件.
Ehlib 是著名的数据库连接控制,版本为5.2.84,DBgrid增强VCL控件;支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印。可以和PB的ataWindow媲美。 本版本含完整源代码,支持以下 IDE: Delphi 5,6,7,2005 C++Builder 5,6 BDS 2006 (Delphi 2006, C++Builder 2006) Delphi 2007 RAD Studio 2009 (Delphi 2009, C++Builder 2009) Embarcadero RAD Studio 2010 (Delphi 2010, C++Builder 2010) 本人已在Delphi XE中运行通过,在本人编制的进销存软件中应用完全正常。 注:Delphi 2010、XE里面安装不要修改bpl文件的输出路径,采用默认值,否则安装难以成功。 Version 5.2 + Added feature to group data in the DBGridEh. It is allowed to make grouping at run-time and design-time. Grouping works only when the grid is connected to TMemTableEh dataset. Use next subproperties of Grid.DataGrouping property to adjust grouping Active: Boolean - Set this propery true to active grouping. DefaultStateExpanded: Boolean - defines initial expapnding/collapsing state of new created elements of the grouping tree. GroupLevels: TGridDataGroupLevelsEh - Collection of group levels. Use this property to create template of the grouping. GroupPanelVisible: Boolean - Set this property to True to show special panel at the top part of the grid. Then the panel is thisible it is allowed to form group levels by mouse. Drag title of the requaried column to the group panel and drop it onto panel. Font: TFont - Controls the attributes of the default font of group records in the grid. Color: Tcolor - Default background color of the group records. See demonstration project of grouping in Demos\DataGrouping directory. Version 5.1 * The type of RowPanel property was changed. Instead of Boolean type, now it is an object property with subproperies: Active: Boolean - Defines if it is possible to place cells under each over and if every propetry can have personal hight. + NavKeysNavigationType: TGridRowPanelNavKeysNavigationTypeEh - defines the order of navigation over cells in the grid when keys Up, Down, Left, Right are pressed. rpntRowT

13,871

社区成员

发帖
与我相关
我的任务
社区描述
C++ Builder相关内容讨论区
社区管理员
  • 基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧