D-Link DSL-G684T Manual de usuario Pagina 105

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 118
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 104
105
case PageControl1.ActivePageIndex of
0:
begin
IdTelnet1.IOHandler.Writeln('$$$');
IdTelnet1.IOHandler.Writeln('set wlan ssid
'+edit2.Text);
IdTelnet1.IOHandler.Writeln('set wlan channel
'+edit4.Text);
IdTelnet1.IOHandler.Writeln('set wlan phrase
'+edit3.Text);
IdTelnet1.IOHandler.Writeln('set wlan auth
'+inttostr(ComboBox1.ItemIndex));
IdTelnet1.IOHandler.Writeln('exit');
wait(500);
refresh_basic();
if application.MessageBox('Are you sure to save
changes? Please check basic settings for errors before
coninue','?', MB_YESNO) = Id_Yes then
IdTelnet1.IOHandler.Writeln('save');
end;
1:
begin
IdTelnet1.IOHandler.Writeln('$$$');
if combobox4.ItemIndex = 1 then
begin
IdTelnet1.IOHandler.Writeln('set ip dhcp 0');
IdTelnet1.IOHandler.Writeln('set ip address
'+edit11.Text);
IdTelnet1.IOHandler.Writeln('set ip backup
'+edit12.Text);
IdTelnet1.IOHandler.Writeln('set ip gateway
'+edit6.Text);
IdTelnet1.IOHandler.Writeln('set ip netmask
'+edit14.Text);
Vista de pagina 104
1 2 ... 100 101 102 103 104 105 106 107 108 109 110 ... 117 118

Comentarios a estos manuales

Sin comentarios