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

📄 pktdump.dfm

📁 ICQ客户端源代码
💻 DFM
字号:
object PktDumpForm: TPktDumpForm
  Left = 169
  Top = 171
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'PktDumpForm'
  ClientHeight = 438
  ClientWidth = 669
  Color = clBtnFace
  Font.Charset = EASTEUROPE_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  DesignSize = (
    669
    438)
  PixelsPerInch = 96
  TextHeight = 13
  object ListView1: TListView
    Left = 0
    Top = 0
    Width = 669
    Height = 209
    Anchors = [akLeft, akTop, akRight]
    Columns = <
      item
        Caption = '#'
        Width = 23
      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 = 222
    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 + -