How to change the size of small wizard image and have custom fields in inno setup

两盒软妹~` 提交于 2019-12-19 03:45:32

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/11193811/how-to-change-the-size-of-small-wizard-image-and-have-custom-fields-in-inno-setu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!