screensaver
This commit is contained in:
25
2.10/ScreenSaver/ScrMain.dfm
Normal file
25
2.10/ScreenSaver/ScrMain.dfm
Normal 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
|
Reference in New Issue
Block a user