yeti3dpro-sdl3/editor/UnitPreview.dfm

35 lines
763 B
Text
Raw Normal View History

object FormPreview: TFormPreview
Left = 635
Top = 541
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Preview Window'
ClientHeight = 172
ClientWidth = 221
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
OldCreateOrder = False
Visible = True
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnKeyUp = FormKeyUp
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Timer: TTimer
Enabled = False
OnTimer = TimerTimer
Left = 8
Top = 8
end
end