Unit1.dfm
资源名称:屏幕监视器.rar [点击查看]
上传用户:brightee
上传日期:2009-12-07
资源大小:160k
文件大小:1k
源码类别:
GDI/图象编程
开发平台:
Delphi
- object Form1: TForm1
- Left = 161
- Top = 103
- BorderStyle = bsNone
- Caption = 'looking'
- ClientHeight = 37
- ClientWidth = 188
- 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 = 11
- object ProgressBar: TProgressBar
- Left = 16
- Top = 0
- Width = 161
- Height = 9
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object Timer1: TTimer
- Interval = 500
- OnTimer = Timer1Timer
- Left = 32
- Top = 8
- end
- end