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

📄 spyprintermainu.dfm

📁 Monitor local printer activities
💻 DFM
字号:
object Form1: TForm1
  Left = 24
  Top = 124
  Caption = 'Spy Local Installed Printers'
  ClientHeight = 136
  ClientWidth = 1008
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ListView1: TListView
    Left = 0
    Top = 0
    Width = 1008
    Height = 136
    Align = alClient
    Color = 14021881
    Columns = <
      item
        Caption = 'Date'
        Width = 60
      end
      item
        Caption = 'Time'
        Width = 60
      end
      item
        Caption = 'Status'
        Width = 41
      end
      item
        Caption = 'JobID'
      end
      item
        Caption = 'Computer'
        Width = 100
      end
      item
        Caption = 'UserName'
        Width = 100
      end
      item
        Caption = 'PrinterName'
        Width = 180
      end
      item
        Caption = 'Document'
        Width = 300
      end
      item
        Caption = 'Pages'
      end
      item
        Caption = 'Size'
        Width = 80
      end
      item
        Caption = 'Total Pages'
        Width = 41
      end
      item
        Caption = 'Total bytes'
        Width = 41
      end
      item
        Caption = 'Copies'
        Width = -2
        WidthType = (
          -2)
      end
      item
        Caption = 'Orientation'
        Width = -2
        WidthType = (
          -2)
      end>
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    ViewStyle = vsReport
  end
end

⌨️ 快捷键说明

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