首页 > 代码库 > xe Style
xe Style
//注意引用:vcl.themes, vcl.styles, IOutilsprocedure TForm1.FormCreate(Sender: TObject);var stylename: string;begin TStyleManager.LoadFromFile(‘F:\My\Style1.vsf‘); for stylename in TStyleManager.StyleNames do listbox1.Items.Add(stylename);end;procedure TForm1.ListBox1Click(Sender: TObject);begin TStyleManager.SetStyle(Listbox1.Items[Listbox1.ItemIndex]);end;
设置button文字颜色有效果,为什么对字体大小不行呢?vcl模式下。
用Bitmap Style Designer 设计后,Test Vcl Style测试后颜色变化字体大小不变!!!
但是测试选择 Test FireMonkey Style 字体大小变化了。难度xe6 不支持vcl变化字体大小???
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。