D-Link DSL-G684T Uživatelský manuál Strana 103

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 118
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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();
Zobrazit stránku 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 117 118

Komentáře k této Příručce

Žádné komentáře