如何更改小向导图像的大小并在Inno Setup中设置自定义字段 [英] How to change the size of small wizard image and have custom fields in inno setup

查看:139
本文介绍了如何更改小向导图像的大小并在Inno Setup中设置自定义字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望所有inno设置页面如下所示:

I want all my inno set up pages to look like below :

推荐答案

可以使用 TBitmapImage . 您可以更改控件的大小和位置以适合您的设计(在顶部面板内).您还可以以相同的方式隐藏/重新放置标签(WizardForm.PageNameLabelWizardForm.PageDescriptiontLabel).

The small wizard image is accessible using WizardForm.WizardSmallBitmapImage which is of type TBitmapImage. You can change the size and position of this control to suit your design (within the top panel). You can also hide/reposition the labels (WizardForm.PageNameLabel and WizardForm.PageDescriptiontLabel) in the same way.

关于其他字段,请参见

As for the extra fields, see this question.

这篇关于如何更改小向导图像的大小并在Inno Setup中设置自定义字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆