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

📄 pktdump.dfm

📁 本程序是转载的
💻 DFM
字号:
object PktDumpForm: TPktDumpForm
  Left = 164
  Top = 243
  Width = 677
  Height = 467
  Caption = 'PktDumpForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object ListView1: TListView
    Left = 0
    Top = 0
    Width = 669
    Height = 209
    Anchors = [akLeft, akTop, akRight]
    Columns = <
      item
        Caption = '#'
        Width = 21
      end
      item
        Caption = 'Channel'
        Width = 80
      end
      item
        Caption = 'Length'
        Width = 80
      end
      item
        Caption = 'Seq'
        Width = 80
      end
      item
        Caption = 'SNAC'
        Width = 235
      end
      item
        Caption = 'CMD'
        Width = 150
      end>
    ReadOnly = True
    RowSelect = True
    SmallImages = MainForm.IconList
    TabOrder = 0
    ViewStyle = vsReport
    OnClick = ListView1Click
    OnSelectItem = ListView1SelectItem
  end
  object Memo1: TMemo
    Left = 0
    Top = 216
    Width = 669
    Height = 231
    Anchors = [akLeft, akTop, akRight, akBottom]
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Courier'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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