我的问题很简单,如何缩小进度条以使100%标签适合?否则我无法在截图中显示。当它达到100%时,它与边界重叠(不知道它被称为什么)。
我正在使用TLama's code "percent, elapsed time and estimated time progress"。
我设法使用增强版的坐标重新排列标签。
这就是我想要实现的目标:
目前正在使用Inno Setup 5.5.9(u)
答案 0 :(得分:1)
使用WizardForm.ProgressGauge
访问进度条:
WizardForm.ProgressGauge.Width := WizardForm.ProgressGauge.Width - ScaleX(32);