D-Link DSL-G684T Manuale Utente Pagina 103

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 118
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 102
103
procedure TForm1.TrackBar4Change(Sender: TObject);
begin
label2.Caption := inttostr(trackbar4.Position);
end;
procedure TForm1.About1Click(Sender: TObject);
begin
panele_false();
panel_about.Visible := true;
end;
procedure TForm1.Button10Click(Sender: TObject);
begin
if IdTelnet1.Connected then
begin
IdTelnet1.IOHandler.WriteLn('ph='+label2.Caption);
wait(90);
end;
end;
procedure TForm1.Button11Click(Sender: TObject);
begin
IdTelnet1.IOHandler.WriteLn('photo=1');
wait(90);
IdTelnet1.IOHandler.WriteLn('servo=1');
wait(90);
command_ok := 0;
end;
procedure TForm1.Button12Click(Sender: TObject);
begin
IdTelnet1.IOHandler.WriteLn('photo=0');
wait_1();
Vedere la pagina 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 117 118

Commenti su questo manuale

Nessun commento