D-Link DSL-G684T Instrukcja Użytkownika Strona 95

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 118
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 94
95
else if auth = 'AUTO' then
ComboBox1.ItemIndex := 5;
if ComboBox1.ItemHeight = 1 then
begin
edit20.Visible := true;
edit3.Visible := false;
end
else
begin
edit20.Visible := false;
edit3.Visible := true;
end;
end;
procedure TForm1.refresh_advanced();
begin
memo2.Clear;
IdTelnet1.IOHandler.Writeln('$$$');
IdTelnet1.IOHandler.Writeln('get wlan');
IdTelnet1.IOHandler.Writeln('get sys');
IdTelnet1.IOHandler.Writeln('get ip');
IdTelnet1.IOHandler.Writeln('get dns');
IdTelnet1.IOHandler.Writeln('get option');
wait(500);
ComboBox3.ItemIndex := strtoint(find_str('Join=',
memo2.Lines.Text));
ComboBox2.ItemIndex := strtoint(find_str('ExtAnt=',
memo2.Lines.Text));
ComboBox4.ItemIndex :=
ComboBox4.Items.IndexOf(find_str('DHCP=', memo2.Lines.Text));
Edit14.Text := find_str('NM=', memo2.Lines.Text);
Edit6.Text := find_str('GW=', memo2.Lines.Text);
Edit12.Text := find_str('BACKUP=', memo2.Lines.Text);
Przeglądanie stron 94
1 2 ... 90 91 92 93 94 95 96 97 98 99 100 ... 117 118

Komentarze do niniejszej Instrukcji

Brak uwag