Unit1.dfm
上传用户:juxian
上传日期:2013-04-01
资源大小:38k
文件大小:1k
源码类别:

驱动编程

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 133
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   OnClose = FormClose
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ScreenSpy1: TScreenSpy
  21.     OnScreenBitmap = ScreenSpy1ScreenBitmap
  22.     IFrame = 65536
  23.     Active = True
  24.     Left = 8
  25.     Top = 8
  26.   end
  27. end