Invincible
03-04-2014, 02:23
Можете подсказать, как увеличить размер шрифта компонента Timer на форме
procedure TForm1.Timer1Timer(Sender: TObject);
begin
StatusBar1.Panels[1].Text:=TimeToStr(Time)
end;
procedure TForm1.Timer1Timer(Sender: TObject);
begin
StatusBar1.Panels[1].Text:=TimeToStr(Time)
end;