D-Link DSL-G684T Manuale Utente Pagina 102

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 118
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 101
102
else panel_login.Visible := true;
end;
procedure TForm1.Timer1Timer(Sender: TObject);
begin
if label56.Visible then label56.Visible := false
else label56.Visible := true;
end;
procedure TForm1.TrackBar1Change(Sender: TObject);
begin
label50.Caption := inttostr(trackbar1.Position);
if (trackbar1.Position = 180)and(checkbox2.Checked) then
begin
label56.Visible := true;
timer1.Enabled := true;
end
else
begin
label56.Visible := false;
timer1.Enabled := false;
end;
end;
procedure TForm1.TrackBar2Change(Sender: TObject);
begin
label51.Caption := inttostr(trackbar2.Position);
end;
procedure TForm1.TrackBar3Change(Sender: TObject);
begin
label52.Caption := inttostr(trackbar3.Position);
end;
Vedere la pagina 101
1 2 ... 97 98 99 100 101 102 103 104 105 106 107 ... 117 118

Commenti su questo manuale

Nessun commento