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

-XCX-

Новичок
@-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
 
Сверху