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

📄 arp.dfm

📁 显示ARP缓存信息.A R P高效运行的关键是由于每个主机上都有一个A R P高速缓存。这个高速缓存存放了最 近I n t e r n e t地址到硬件地址之间的映射记录。高速缓存中每一项的生存时间
💻 DFM
字号:
object Form1: TForm1
  Left = 224
  Top = 90
  Width = 773
  Height = 498
  Caption = 'ARP'#32531#23384
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox3: TGroupBox
    Left = 8
    Top = 16
    Width = 385
    Height = 433
    Caption = 'ARP'#32531#23384
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    object Memo1: TMemo
      Left = 8
      Top = 72
      Width = 369
      Height = 209
      Lines.Strings = (
        'Memo1')
      ScrollBars = ssVertical
      TabOrder = 0
    end
    object StaticText1: TStaticText
      Left = 16
      Top = 26
      Width = 337
      Height = 17
      AutoSize = False
      Caption = #32593#21345#24207#21015#21495':'
      TabOrder = 1
    end
    object StaticText3: TStaticText
      Left = 8
      Top = 48
      Width = 369
      Height = 17
      Alignment = taCenter
      AutoSize = False
      BorderStyle = sbsSunken
      Caption = '      IP'#22320#22336'            MAC'#22320#22336'            '#31867#22411'         '
      TabOrder = 2
    end
    object CheckBox1: TCheckBox
      Left = 288
      Top = 24
      Width = 73
      Height = 17
      Caption = #23454#26102#21047#26032
      TabOrder = 3
    end
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 304
    Width = 369
    Height = 73
    Caption = #22686#21152#32531#23384#39033
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 16
      Width = 48
      Height = 12
      Caption = 'IP '#22320#22336':'
    end
    object Label2: TLabel
      Left = 24
      Top = 40
      Width = 48
      Height = 12
      Caption = 'MAC'#22320#22336':'
    end
    object Label4: TLabel
      Left = 240
      Top = 45
      Width = 84
      Height = 12
      Caption = #20363':00-20-AB...'
    end
    object Edit1: TEdit
      Left = 88
      Top = 16
      Width = 137
      Height = 20
      TabOrder = 0
      Text = '10.67.'
    end
    object Edit2: TEdit
      Left = 88
      Top = 40
      Width = 137
      Height = 20
      TabOrder = 1
      Text = '00-00-00-00-00-00'
    end
    object Button1: TButton
      Left = 256
      Top = 15
      Width = 49
      Height = 21
      Caption = #30830#23450
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 384
    Width = 369
    Height = 49
    Caption = #21024#38500#32531#23384#39033
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object Button2: TButton
      Left = 256
      Top = 16
      Width = 49
      Height = 21
      Caption = #30830#23450
      TabOrder = 0
      OnClick = Button2Click
    end
    object ComboBox1: TComboBox
      Left = 32
      Top = 16
      Width = 193
      Height = 20
      ItemHeight = 12
      TabOrder = 1
      Text = #35831#36873#25321'IP'#22320#22336'...'
      OnChange = ComboBox1Change
    end
  end
  object GroupBox4: TGroupBox
    Left = 400
    Top = 16
    Width = 353
    Height = 401
    Caption = #26412#32593#27573#22320#22336#35299#26512
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    object Label3: TLabel
      Left = 16
      Top = 26
      Width = 20
      Height = 13
      Caption = #20174':'
    end
    object Label5: TLabel
      Left = 176
      Top = 24
      Width = 20
      Height = 13
      Caption = #21040':'
    end
    object StaticText2: TStaticText
      Left = 16
      Top = 48
      Width = 329
      Height = 16
      AutoSize = False
      BorderStyle = sbsSunken
      Caption = #24207#21495'      IP'#22320#22336'              MAC'#22320#22336'   '
      TabOrder = 0
    end
    object Memo2: TMemo
      Left = 16
      Top = 72
      Width = 329
      Height = 313
      Lines.Strings = (
        'Memo2')
      ScrollBars = ssVertical
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 112
      Top = 24
      Width = 41
      Height = 16
      AutoSize = False
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 264
      Top = 24
      Width = 41
      Height = 16
      AutoSize = False
      TabOrder = 3
    end
  end
  object Button4: TButton
    Left = 640
    Top = 430
    Width = 57
    Height = 21
    Caption = #30830#23450
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 432
    Top = 430
    Width = 57
    Height = 21
    Caption = #28165#31354#32531#23384
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 536
    Top = 430
    Width = 57
    Height = 21
    Caption = #22320#22336#35299#26512
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = Button6Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 392
    Top = 432
  end
  object NMDayTime1: TNMDayTime
    Port = 13
    TimeOut = 500
    ReportLevel = 0
    Left = 464
    Top = 328
  end
end

⌨️ 快捷键说明

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