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

📄 qqnumview.dfm

📁 一个小的Delphi的QQ消息浏览工具
💻 DFM
字号:
object FindQQNum: TFindQQNum
  Left = 0
  Top = 0
  BorderStyle = bsDialog
  Caption = #36873#25321'QQ'#30446#24405#21644#21495#30721
  ClientHeight = 273
  ClientWidth = 260
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 100
    Height = 13
    Caption = #35831#36873#25321'QQ'#23433#35013#30446#24405
  end
  object Label2: TLabel
    Left = 8
    Top = 54
    Width = 76
    Height = 13
    Caption = #35831#36873#25321'QQ'#21495#30721
  end
  object Edit1: TEdit
    Left = 8
    Top = 27
    Width = 193
    Height = 21
    Color = clInfoBk
    ReadOnly = True
    TabOrder = 0
  end
  object Button1: TButton
    Left = 207
    Top = 27
    Width = 42
    Height = 21
    Caption = #27983#35272'...'
    TabOrder = 1
    OnClick = Button1Click
  end
  object ListView1: TListView
    Left = 8
    Top = 73
    Width = 244
    Height = 192
    Columns = <
      item
        AutoSize = True
        Caption = 'QQ'#21495#30721
      end>
    ColumnClick = False
    Items.ItemData = {
      012B0000000100000000000000FFFFFFFFFFFFFFFF0100000000000000053300
      3400320033003400043100310031003100FFFF}
    ReadOnly = True
    RowSelect = True
    TabOrder = 2
    ViewStyle = vsReport
    OnDblClick = ListView1DblClick
  end
end

⌨️ 快捷键说明

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