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

📄 tools.dfm

📁 vpn网上邻居搜索器 工作组 未打开的工作组 正在搜索的工作组 已打开的工作组 无法打开的工作组 主机 未打开的主机 正在搜索的主机 打开的主机(无须登录) 打开的主机(以gues
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object ToolsForm: TToolsForm
  Left = 388
  Top = 391
  Width = 572
  Height = 320
  Caption = '网络工具'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object PageCtrl: TPageControl
    Left = 0
    Top = 0
    Width = 564
    Height = 290
    ActivePage = TCPScanTabSheet
    Align = alClient
    TabOrder = 0
    OnChange = PageCtrlChange
    object FindIpTabSheet: TTabSheet
      Caption = '查看IP地址'
      object TopPanel: TPanel
        Left = 0
        Top = 0
        Width = 556
        Height = 25
        Align = alTop
        BevelOuter = bvLowered
        TabOrder = 0
        object BtnCheckIP: TSpeedButton
          Left = 491
          Top = 1
          Width = 57
          Height = 22
          Anchors = [akTop, akRight]
          Caption = '查找'
          OnClick = BtnCheckIPClick
        end
        object Label1: TLabel
          Left = 8
          Top = 8
          Width = 48
          Height = 12
          Caption = '主机名:'
        end
        object Edit1: TEdit
          Left = 56
          Top = 2
          Width = 426
          Height = 20
          Anchors = [akLeft, akTop, akRight]
          TabOrder = 0
          OnKeyDown = Edit1KeyDown
        end
      end
      object IPListView: TListView
        Left = 0
        Top = 25
        Width = 556
        Height = 219
        Align = alClient
        Columns = <
          item
            Caption = '主机名'
            Width = 150
          end
          item
            Caption = 'IP地址'
            Width = 150
          end>
        ColumnClick = False
        GridLines = True
        RowSelect = True
        PopupMenu = PopupMenu1
        TabOrder = 1
        ViewStyle = vsReport
      end
      object Panel2: TPanel
        Left = 0
        Top = 244
        Width = 556
        Height = 19
        Align = alBottom
        BevelOuter = bvLowered
        TabOrder = 2
        object Radio1: TRadioButton
          Left = 8
          Top = 3
          Width = 81
          Height = 14
          Caption = '主机名查IP'
          Checked = True
          TabOrder = 0
          TabStop = True
          OnClick = Radio1Click
        end
        object Radio2: TRadioButton
          Left = 103
          Top = 3
          Width = 113
          Height = 14
          Caption = 'IP查主机名'
          TabOrder = 1
          OnClick = Radio2Click
        end
      end
    end
    object NbtTabSheet: TTabSheet
      Caption = 'Nbtstat'
      ImageIndex = 1
      object Panel1: TPanel
        Left = 0
        Top = 0
        Width = 556
        Height = 26
        Align = alTop
        BevelInner = bvLowered
        BevelOuter = bvNone
        TabOrder = 0
        object Label2: TLabel
          Left = 3
          Top = 7
          Width = 60
          Height = 12
          Caption = '起始地址:'
        end
        object Label3: TLabel
          Left = 170
          Top = 7
          Width = 60
          Height = 12
          Caption = '终止地址:'
        end
        object Label4: TLabel
          Left = 339
          Top = 7
          Width = 60
          Height = 12
          Caption = '设置超时:'
        end
        object Label5: TLabel
          Left = 456
          Top = 6
          Width = 26
          Height = 13
          AutoSize = False
          Caption = '毫秒'
        end
        object btnNbtStart: TSpeedButton
          Left = 664
          Top = 3
          Width = 65
          Height = 22
          Anchors = [akTop, akRight]
          Caption = '开始'
        end
        object btnNbt: TSpeedButton
          Left = 488
          Top = 3
          Width = 65
          Height = 22
          Anchors = [akTop, akRight]
          Caption = '开始'
          OnClick = btnNbtClick
        end
        object edtNbtIP1: TEdit
          Left = 61
          Top = 3
          Width = 101
          Height = 20
          TabOrder = 0
          Text = '192.168.0.1'
        end
        object edtNbtIP2: TEdit
          Left = 230
          Top = 3
          Width = 101
          Height = 20
          TabOrder = 1
          Text = '192.168.0.255'
        end
        object spInterval: TSpinEdit
          Left = 399
          Top = 3
          Width = 50
          Height = 21
          MaxValue = 0
          MinValue = 0
          TabOrder = 2
          Value = 100
        end
      end
      object lvNbt: TListView
        Left = 0
        Top = 26
        Width = 556
        Height = 218
        Align = alClient
        Columns = <
          item
            Caption = 'IP地址'
            Width = 120
          end
          item
            Caption = '工作组'
            Width = 110
          end
          item
            Caption = '主机'
            Width = 100
          end
          item
            Caption = '用户/其它'
            Width = 100
          end
          item
            Caption = 'MAC地址'
            Width = 120
          end>
        ColumnClick = False
        GridLines = True
        RowSelect = True
        ParentShowHint = False
        PopupMenu = PopupMenu1
        ShowHint = False
        TabOrder = 1
        ViewStyle = vsReport
        OnDblClick = lvNbtDblClick
      end
      object pnlStatus: TPanel
        Left = 0
        Top = 244
        Width = 556
        Height = 19
        Align = alBottom
        Alignment = taLeftJustify
        BevelOuter = bvLowered
        TabOrder = 2
        object cbIP: TCheckBox
          Left = 417
          Top = 3
          Width = 129
          Height = 14
          Anchors = [akTop, akRight]
          Caption = '双击时按IP地址搜索'
          TabOrder = 0
        end
        object cbAddToTree: TCheckBox
          Left = 280
          Top = 3
          Width = 129
          Height = 14
          Anchors = [akTop, akRight]
          Caption = '自动加入搜索目录树'
          TabOrder = 1
        end
      end
    end
    object TCPScanTabSheet: TTabSheet
      Caption = 'TCP端口扫描'
      ImageIndex = 2
      object Panel3: TPanel
        Left = 0
        Top = 0
        Width = 556
        Height = 53
        Align = alTop
        BevelInner = bvLowered
        BevelOuter = bvNone
        TabOrder = 0
        object Label6: TLabel
          Left = 3
          Top = 7
          Width = 60
          Height = 12
          Caption = '起始地址:'
        end
        object Label7: TLabel
          Left = 175
          Top = 7
          Width = 60
          Height = 12
          Caption = '终止地址:'
        end
        object Label8: TLabel
          Left = 342
          Top = 7
          Width = 60
          Height = 12
          Caption = '设置超时:'
        end
        object Label9: TLabel
          Left = 453
          Top = 6
          Width = 26
          Height = 13
          AutoSize = False
          Caption = '毫秒'
        end
        object SpeedButton1: TSpeedButton
          Left = 664
          Top = 3
          Width = 65
          Height = 22
          Anchors = [akTop, akRight]
          Caption = '开始'
        end
        object btnScanPort: TSpeedButton
          Left = 505
          Top = 29
          Width = 48
          Height = 22
          Anchors = [akTop, akRight]
          Caption = '开始'
          OnClick = btnScanPortClick
        end
        object Label10: TLabel
          Left = 3
          Top = 34
          Width = 36
          Height = 12
          Caption = '端口:'
        end
        object Label21: TLabel
          Left = 125
          Top = 34
          Width = 12
          Height = 12
          Caption = '到'
        end
        object Label22: TLabel
          Left = 41
          Top = 34
          Width = 12
          Height = 12
          Caption = '从'
        end
        object Bevel1: TBevel
          Left = 3
          Top = 25
          Width = 550
          Height = 6
          Anchors = [akLeft, akTop, akRight]
          Shape = bsTopLine
        end
        object edtScanIP1: TEdit
          Left = 64
          Top = 3
          Width = 101
          Height = 20
          TabOrder = 0
          Text = '192.168.0.1'
        end
        object edtScanIP2: TEdit
          Left = 232
          Top = 3
          Width = 101
          Height = 20
          TabOrder = 1
          Text = '192.168.0.255'
        end
        object spTimeOut: TSpinEdit
          Left = 402
          Top = 3
          Width = 44
          Height = 21
          MaxValue = 0
          MinValue = 0
          TabOrder = 2
          Value = 100
        end
        object cbScanPort1: TComboBox
          Left = 64
          Top = 30
          Width = 57
          Height = 20
          ItemHeight = 12
          TabOrder = 3
          Text = '80'
          OnChange = cbScanPort1Change
          Items.Strings = (
            '80'
            '21'
            '139'
            '23')
        end
        object cbScanPort2: TComboBox
          Left = 149
          Top = 30
          Width = 57
          Height = 20
          ItemHeight = 12
          TabOrder = 4
          Text = '80'
          Items.Strings = (
            '80'
            '21'
            '139'
            '23')
        end
      end
      object lvPortScan: TListView
        Left = 0
        Top = 53
        Width = 556
        Height = 191
        Align = alClient
        Columns = <
          item
            Caption = 'IP地址'
            Width = 120
          end
          item
            Caption = '端口'
            Width = 110
          end>
        ColumnClick = False
        GridLines = True
        RowSelect = True
        ParentShowHint = False
        PopupMenu = PopupMenu1
        ShowHint = False
        TabOrder = 1
        ViewStyle = vsReport
        OnDblClick = lvPortScanDblClick
      end
      object Panel4: TPanel
        Left = 0
        Top = 244
        Width = 556
        Height = 19
        Align = alBottom
        Alignment = taLeftJustify
        BevelOuter = bvLowered
        TabOrder = 2

⌨️ 快捷键说明

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