screensaver

This commit is contained in:
ronaldhordijk
2005-07-23 09:19:11 +00:00
parent ac49ddb123
commit e03da98d5d
10 changed files with 1602 additions and 0 deletions

View File

@ -0,0 +1,25 @@
object frmMain: TfrmMain
Left = 223
Top = 103
BorderStyle = bsNone
Caption = 'Main'
ClientHeight = 146
ClientWidth = 231
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clWindow
Font.Height = -21
Font.Name = 'Times New Roman'
Font.Style = [fsBold, fsItalic]
OldCreateOrder = False
WindowState = wsMaximized
OnActivate = FormActivate
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnMouseDown = FormMouseDown
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 24
end