⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 re_route.dfm.~19~

📁 当路由器出现问题
💻 ~19~
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Form1'
  ClientHeight = 424
  ClientWidth = 595
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 19
    Top = 27
    Width = 49
    Height = 13
    Caption = 'HostName'
  end
  object Label2: TLabel
    Left = 48
    Top = 56
    Width = 20
    Height = 13
    Caption = 'Port'
  end
  object Label3: TLabel
    Left = 323
    Top = 99
    Width = 49
    Height = 13
    Caption = 'UserName'
    Visible = False
  end
  object Label4: TLabel
    Left = 349
    Top = 125
    Width = 23
    Height = 13
    Caption = 'PWD'
    Color = clBtnText
    ParentColor = False
    Visible = False
  end
  object Label5: TLabel
    Left = 198
    Top = 57
    Width = 114
    Height = 13
    AutoSize = False
    Caption = #40664#35748#20540#20026#65306'23'#21495#31471#21475
  end
  object Edit1: TEdit
    Left = 74
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
    Text = '192.168.0.1'
  end
  object Edit2: TEdit
    Left = 74
    Top = 53
    Width = 121
    Height = 21
    TabOrder = 1
    Text = '23'
  end
  object Button1: TButton
    Left = 74
    Top = 93
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 2
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 0
    Top = 144
    Width = 595
    Height = 280
    Align = alBottom
    Color = clMenuText
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Lines.Strings = (
      'Memo1')
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 3
    OnKeyPress = Memo1KeyPress
  end
  object Edit3: TEdit
    Left = 379
    Top = 95
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'admin'
    Visible = False
  end
  object Edit4: TEdit
    Left = 378
    Top = 122
    Width = 121
    Height = 21
    TabOrder = 5
    Text = 'admin'
    Visible = False
  end
  object Button2: TButton
    Left = 224
    Top = 113
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 6
    Visible = False
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 224
    Top = 84
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 7
    Visible = False
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 155
    Top = 93
    Width = 75
    Height = 25
    Caption = #26029#24320#36830#25509
    TabOrder = 8
    OnClick = Button4Click
  end
  object IdTelnet1: TIdTelnet
    Host = '192.168.0.1'
    OnDataAvailable = IdTelnet1DataAvailable
    Terminal = 'dumb'
    Left = 312
    Top = 24
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 352
    Top = 24
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -