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

📄 open.dfm

📁 一个SNOOP控件,各位看看可以对网络包进行分析.
💻 DFM
字号:
object OpenForm: TOpenForm
  Left = 291
  Top = 124
  BorderStyle = bsDialog
  Caption = 'Open'
  ClientHeight = 331
  ClientWidth = 298
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object lblFilter: TLabel
    Left = 48
    Top = 184
    Width = 22
    Height = 13
    Caption = 'Filter'
  end
  object lblReadTimeOut: TLabel
    Left = 4
    Top = 208
    Width = 66
    Height = 13
    Caption = 'ReadTimeOut'
  end
  object lblSnapLen: TLabel
    Left = 27
    Top = 232
    Width = 43
    Height = 13
    Caption = 'SnapLen'
  end
  object pcOpen: TPageControl
    Left = 8
    Top = 8
    Width = 281
    Height = 161
    ActivePage = tsRemote
    TabOrder = 0
    OnChange = pcOpenChange
    object tsAdapter: TTabSheet
      Caption = 'Adapter'
      object cbxAdapter: TComboBox
        Left = 8
        Top = 56
        Width = 257
        Height = 21
        Style = csDropDownList
        ImeName = '茄惫绢(茄臂) (MS-IME98)'
        ItemHeight = 0
        TabOrder = 0
      end
    end
    object tsRemote: TTabSheet
      Caption = 'Remote'
      ImageIndex = 1
      object lblHost: TLabel
        Left = 32
        Top = 24
        Width = 22
        Height = 13
        Caption = 'Host'
      end
      object lblUserName: TLabel
        Left = 4
        Top = 56
        Width = 50
        Height = 13
        Caption = 'UserName'
      end
      object lblPassword: TLabel
        Left = 8
        Top = 88
        Width = 46
        Height = 13
        Caption = 'Password'
      end
      object edHost: TEdit
        Left = 64
        Top = 24
        Width = 201
        Height = 21
        ImeName = '茄惫绢(茄臂) (MS-IME98)'
        TabOrder = 0
        Text = 'edHost'
      end
      object edUserName: TEdit
        Left = 64
        Top = 56
        Width = 201
        Height = 21
        ImeName = '茄惫绢(茄臂) (MS-IME98)'
        TabOrder = 1
        Text = 'edUserName'
      end
      object edPassword: TEdit
        Left = 64
        Top = 88
        Width = 201
        Height = 21
        ImeName = '茄惫绢(茄臂) (MS-IME98)'
        PasswordChar = '*'
        TabOrder = 2
        Text = 'edPassword'
      end
    end
    object tsFile: TTabSheet
      Caption = 'File'
      ImageIndex = 2
      object sbtFileName: TSpeedButton
        Left = 243
        Top = 80
        Width = 23
        Height = 22
        Caption = '...'
        OnClick = sbtFileNameClick
      end
      object edFileName: TEdit
        Left = 8
        Top = 56
        Width = 257
        Height = 21
        ImeName = '茄惫绢(茄臂) (MS-IME98)'
        TabOrder = 0
        Text = 'edFileName'
      end
    end
  end
  object edReadTimeOut: TEdit
    Left = 80
    Top = 208
    Width = 209
    Height = 21
    ImeName = '茄惫绢(茄臂) (MS-IME98)'
    TabOrder = 2
    Text = 'edReadTimeOut'
  end
  object edSnapLen: TEdit
    Left = 80
    Top = 232
    Width = 209
    Height = 21
    ImeName = '茄惫绢(茄臂) (MS-IME98)'
    TabOrder = 3
    Text = 'edSnapLen'
  end
  object chkThreadSafe: TCheckBox
    Left = 80
    Top = 256
    Width = 113
    Height = 17
    Caption = 'Thread Safe'
    TabOrder = 4
  end
  object btnOK: TButton
    Left = 72
    Top = 296
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 5
    OnClick = btnOKClick
  end
  object btnCancel: TButton
    Left = 152
    Top = 296
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 6
  end
  object cbxFilter: TComboBox
    Left = 80
    Top = 184
    Width = 209
    Height = 21
    ImeName = '茄惫绢(茄臂) (MS-IME98)'
    ItemHeight = 13
    TabOrder = 1
    Text = 'cbxFilter'
  end
  object odFile: TOpenDialog
    DefaultExt = 'cap'
    Filter = 'Capture File (*.cap)|*.cap|Any File (*.*)|*.*'
    Left = 8
    Top = 296
  end
end

⌨️ 快捷键说明

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