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

📄 tools.dfm

📁 最好的局域网搜索软件
💻 DFM
📖 第 1 页 / 共 3 页
字号:
        PopupMenu = PopupMenu1
        TabOrder = 2
        ViewStyle = vsReport
        OnDblClick = lvSendMsgDblClick
      end
      object Panel8: TPanel
        Left = 0
        Top = 0
        Width = 607
        Height = 19
        Align = alTop
        Alignment = taLeftJustify
        BevelInner = bvRaised
        BevelOuter = bvLowered
        Caption = ' 请输入想要发送的内容:'
        TabOrder = 3
      end
    end
    object NbtDbTabSheet: TTabSheet
      Caption = 'Nbtstat记录'
      ImageIndex = 5
      object Splitter2: TSplitter
        Left = 0
        Top = 121
        Width = 607
        Height = 3
        Cursor = crVSplit
        Align = alTop
      end
      object lvNbtDb: TListView
        Left = 0
        Top = 124
        Width = 607
        Height = 123
        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 = 0
        ViewStyle = vsReport
      end
      object Panel9: TPanel
        Left = 0
        Top = 0
        Width = 607
        Height = 121
        Align = alTop
        BevelOuter = bvNone
        TabOrder = 1
        object lvSearchResult: TListView
          Left = 0
          Top = 26
          Width = 607
          Height = 95
          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
          ShowHint = False
          TabOrder = 0
          ViewStyle = vsReport
        end
        object Panel10: TPanel
          Left = 0
          Top = 0
          Width = 607
          Height = 26
          Align = alTop
          BevelInner = bvRaised
          BevelOuter = bvLowered
          TabOrder = 1
          object Label18: TLabel
            Left = 8
            Top = 7
            Width = 36
            Height = 12
            Caption = '检索:'
          end
          object Label19: TLabel
            Left = 176
            Top = 7
            Width = 6
            Height = 12
            Caption = '='
          end
          object cbField: TComboBox
            Left = 47
            Top = 2
            Width = 122
            Height = 20
            Style = csDropDownList
            ItemHeight = 12
            TabOrder = 0
          end
          object btnSearchField: TButton
            Left = 539
            Top = 4
            Width = 59
            Height = 19
            Anchors = [akTop, akRight]
            Caption = '确定'
            TabOrder = 1
            OnClick = btnSearchFieldClick
          end
          object edtSearch: TEdit
            Left = 192
            Top = 3
            Width = 340
            Height = 20
            Anchors = [akLeft, akTop, akRight]
            TabOrder = 2
          end
        end
      end
      object Panel11: TPanel
        Left = 0
        Top = 247
        Width = 607
        Height = 19
        Align = alBottom
        Alignment = taLeftJustify
        BevelInner = bvSpace
        BevelOuter = bvLowered
        TabOrder = 2
        object Label20: TLabel
          Left = 10
          Top = 4
          Width = 36
          Height = 12
          Caption = '主机数'
        end
        object btnSort: TSpeedButton
          Left = 563
          Top = 2
          Width = 41
          Height = 16
          Anchors = [akTop, akRight]
          Caption = '排序'
          OnClick = btnSortClick
        end
        object cbNbtDataLoad: TCheckBox
          Left = 399
          Top = 3
          Width = 134
          Height = 14
          Caption = '不再自动保存和载入'
          TabOrder = 0
          OnClick = cbNbtDataLoadClick
        end
      end
    end
    object IPCfgTabSheet: TTabSheet
      Caption = 'IP地址信息'
      ImageIndex = 6
      object Splitter3: TSplitter
        Left = 301
        Top = 0
        Width = 3
        Height = 247
        Cursor = crHSplit
        Align = alRight
      end
      object Panel16: TPanel
        Left = 304
        Top = 0
        Width = 303
        Height = 247
        Align = alRight
        BevelInner = bvLowered
        BevelOuter = bvNone
        Caption = 'Panel16'
        TabOrder = 0
        object PageSaveRange: TPageControl
          Left = 1
          Top = 1
          Width = 301
          Height = 245
          ActivePage = TabSave
          Align = alClient
          TabOrder = 0
          TabPosition = tpBottom
          object TabHistory: TTabSheet
            Caption = '历史'
            object lvIpAddrRange: TListView
              Left = 0
              Top = 25
              Width = 293
              Height = 193
              Align = alClient
              Columns = <
                item
                  Caption = '起始IP地址'
                  Width = 120
                end
                item
                  Caption = '终止IP地址'
                  Width = 110
                end>
              GridLines = True
              MultiSelect = True
              ReadOnly = True
              RowSelect = True
              ParentShowHint = False
              ShowHint = False
              TabOrder = 0
              ViewStyle = vsReport
              OnColumnClick = lvIpAddrRangeColumnClick
              OnDblClick = lvIpAddrRangeDblClick
            end
            object Panel17: TPanel
              Left = 0
              Top = 0
              Width = 293
              Height = 25
              Align = alTop
              Alignment = taLeftJustify
              BevelInner = bvRaised
              BevelOuter = bvLowered
              Caption = ' IP地址范围历史记录'
              TabOrder = 1
              object btnDelIpRange: TButton
                Left = 228
                Top = 4
                Width = 59
                Height = 18
                Anchors = [akTop, akRight]
                Caption = '删除'
                TabOrder = 0
                OnClick = btnDelIpRangeClick
              end
            end
          end
          object TabSave: TTabSheet
            Caption = '收藏'
            ImageIndex = 1
            object lvSaveRange: TListView
              Left = 0
              Top = 25
              Width = 293
              Height = 193
              Align = alClient
              Columns = <
                item
                  Caption = '起始IP地址'
                  Width = 120
                end
                item
                  Caption = '终止IP地址'
                  Width = 110
                end>
              GridLines = True
              MultiSelect = True
              ReadOnly = True
              RowSelect = True
              ParentShowHint = False
              ShowHint = False
              TabOrder = 0
              ViewStyle = vsReport
              OnColumnClick = lvSaveRangeColumnClick
              OnDblClick = lvSaveRangeDblClick
            end
            object Panel13: TPanel
              Left = 0
              Top = 0
              Width = 293
              Height = 25
              Align = alTop
              Alignment = taLeftJustify
              BevelInner = bvRaised
              BevelOuter = bvLowered
              Caption = ' 收藏的IP地址段'
              TabOrder = 1
              object Button1: TButton
                Left = 228
                Top = 4
                Width = 59
                Height = 18
                Anchors = [akTop, akRight]
                Caption = '删除'
                TabOrder = 0
                OnClick = Button1Click
              end
            end
          end
        end
      end
      object Panel14: TPanel
        Left = 0
        Top = 0
        Width = 301
        Height = 247
        Align = alClient
        BevelOuter = bvNone
        Caption = 'Panel14'
        TabOrder = 1
        object Splitter4: TSplitter
          Left = 0
          Top = 122
          Width = 301
          Height = 3
          Cursor = crVSplit
          Align = alBottom
        end
        object lvIpAddr: TListView
          Left = 0
          Top = 125
          Width = 301
          Height = 122
          Align = alBottom
          Columns = <
            item
              Caption = '起始IP地址'
              Width = 120
            end
            item
              Caption = '终止IP地址'
              Width = 110
            end>
          ColumnClick = False
          GridLines = True
          ReadOnly = True
          RowSelect = True
          ParentShowHint = False
          ShowHint = False
          TabOrder = 0
          ViewStyle = vsReport
          OnDblClick = lvIpAddrDblClick
        end
        object Panel15: TPanel
          Left = 0
          Top = 0
          Width = 301
          Height = 25
          Align = alTop
          BevelInner = bvRaised
          BevelOuter = bvLowered
          Caption = '本机IP地址信息'
          TabOrder = 1
          object btnRefreshIpCfg: TButton
            Left = 4
            Top = 4
            Width = 47
            Height = 18
            Caption = '刷新'
            TabOrder = 0
            OnClick = btnRefreshIpCfgClick
          end
        end
        object memIpCfg: TMemo
          Left = 0
          Top = 25
          Width = 301
          Height = 97
          Align = alClient
          ReadOnly = True
          ScrollBars = ssBoth
          TabOrder = 2
        end
      end
      object Panel12: TPanel
        Left = 0
        Top = 247
        Width = 607
        Height = 19
        Align = alBottom
        Alignment = taLeftJustify
        BevelInner = bvRaised
        BevelOuter = bvLowered
        TabOrder = 2
        object Label23: TLabel
          Left = 10
          Top = 4
          Width = 360
          Height = 12
          Caption = '双击列表中的地址可将相应的地址添入“搜索IP地址段”的地址框。'
        end
      end
    end
  end
  object PopupMenu1: TPopupMenu
    OnPopup = PopupMenu1Popup
    Left = 324
    Top = 119
    object N1: TMenuItem
      Caption = '清空列表'
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = '保存列表'
      OnClick = N2Click
    end
  end
  object SaveDlg: TSaveDialog
    DefaultExt = 'txt'
    FileName = 'LAN_log'
    Filter = '*.txt|*.txt|Excel文件|*.xls'
    Left = 332
    Top = 150
  end
end

⌨️ 快捷键说明

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