Delphi Sources

Как вставить ProgressBar в StatusBar




procedure TForm1.FormCreate(Sender: TObject);
begin
  with ProgressBar1 do
  begin
    Parent := StatusBar1;
    Position := 100;
    Top := 2;
    Left := 0;
    Height := StatusBar1.Height - Top;
    Width := StatusBar1.Panels[0].Width - Left;
  end;
end;





Похожие по теме исходники

Improved Buttons and ProgressBar

Advanced ProgressBar

ProgressBar in ListView

Marquee ProgressBar

 

Marquee ProgressBar by Florenth

TQProgressBar

Copy File with ProgressBar




Copyright © 2004-2025 "Delphi Sources" by BrokenByte Software. Delphi World FAQ

Группа ВКонтакте