Вопрос how to decrease the progress bar size? (Show this)

  • Автор темы Автор темы nizcoz
  • Дата начала Дата начала

nizcoz

Участник
how to decrease the progress bar size (image)? How to show this?

2pouxxe.png
 
@-XCX- I do not have a script, i have got a setup.exe with this progress bar.

ISDoneProgressBar1 := TNewProgressBar.Create(WizardForm);
with ISDoneProgressBar1 do begin
Parent := WizardForm.InstallingPage;
Height := WizardForm.ProgressGauge.Height;
Left := ScaleX(0);
Top := PBTop;
Width := ScaleX(365);
Max := 1000;

Use Width To decrease and increase progress bar
 
Назад
Сверху