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

📄 umain.dfm

📁 简介: 该程序可以监测局域网中的机器是否使用了QQ
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 143
  Top = 89
  Width = 340
  Height = 232
  Caption = #23616#22495#32593'QQ'#30417#27979' V0.1.2003.05.05'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 332
    Height = 45
    AutoSize = True
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        MinHeight = 43
        Width = 330
      end>
    EdgeInner = esNone
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 317
      Height = 43
      ButtonHeight = 39
      ButtonWidth = 72
      Caption = 'ToolBar1'
      EdgeBorders = []
      EdgeInner = esNone
      EdgeOuter = esNone
      TabOrder = 0
      object ToolButton1: TToolButton
        Left = 0
        Top = 2
        Hint = #24320#22987#30417#27979
        Caption = 'ToolButton1'
        ImageIndex = 0
        ParentShowHint = False
        ShowHint = True
        Style = tbsCheck
        OnClick = ToolButton1Click
      end
      object ToolButton2: TToolButton
        Left = 72
        Top = 2
        Hint = #28165#31354#25968#25454
        Caption = 'ToolButton2'
        ImageIndex = 1
        ParentShowHint = False
        ShowHint = True
        OnClick = ToolButton2Click
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 45
    Width = 332
    Height = 141
    Align = alClient
    BevelOuter = bvLowered
    Caption = 'Panel1'
    TabOrder = 1
    object ListView1: TListView
      Left = 1
      Top = 1
      Width = 330
      Height = 139
      Align = alClient
      Color = clCream
      Columns = <
        item
          Caption = 'IP'#22320#22336
          Width = 100
        end
        item
          Caption = #31471#21475
        end
        item
          Caption = 'QQ'#21495
          Width = 80
        end
        item
          Caption = #26102#38388
          Width = 80
        end>
      FlatScrollBars = True
      GridLines = True
      ReadOnly = True
      RowSelect = True
      TabOrder = 0
      ViewStyle = vsReport
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 186
    Width = 332
    Height = 19
    Panels = <
      item
        Width = 50
      end>
  end
  object ImageList1: TImageList
    Height = 48
    Width = 48
    Left = 353
    Top = 24
  end
  object QQeye1: TQQeye
    OnQQDataCap = QQeye1QQDataCap
    Left = 240
    Top = 11
  end
end

⌨️ 快捷键说明

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