23 lines
464 B
Plaintext
23 lines
464 B
Plaintext
object FullScreenForm: TFullScreenForm
|
|
Left = 0
|
|
Top = 0
|
|
Align = alClient
|
|
BorderIcons = []
|
|
BorderStyle = bsNone
|
|
ClientHeight = 436
|
|
ClientWidth = 639
|
|
Color = clBlack
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
KeyPreview = True
|
|
OldCreateOrder = False
|
|
OnKeyPress = FormKeyPress
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
end
|