apophysis/2.10/ScreenSaver/ScrMain.dfm
2005-07-23 09:19:11 +00:00

26 lines
575 B
Plaintext

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