2016-12-05 10 views

ответ

0

Установите это в InitializeUninstallProgressForm event function.

procedure InitializeUninstallProgressForm(); 
begin 
    with UninstallProgressForm do 
    begin 
    WizardSmallBitmapImage.Left := ScaleX(0); 
    WizardSmallBitmapImage.Width := MainPanel.Width; 
    WizardSmallBitmapImage.Height := MainPanel.Height; 

    PageDescriptionLabel.Visible := False; 
    PageNameLabel.Visible := False; 
    end; 
end; 

Stretched uninstall image

+0

Это другой вопрос, не так ли? Вы попросили изменить размер. –

+0

Добро пожаловать в переполнение стека! Это сайт Q & A, а не дискуссионный форум. –