apophysis/2.10/Source/Fullscreen.dfm

60 lines
1.2 KiB
Plaintext
Raw Normal View History

2005-03-25 03:35:39 -05:00
object FullscreenForm: TFullscreenForm
2006-01-05 13:38:34 -05:00
Left = 439
Top = 325
2005-03-25 03:35:39 -05:00
BorderStyle = bsNone
Caption = 'FullscreenForm'
2006-01-05 13:38:34 -05:00
ClientHeight = 131
ClientWidth = 186
2005-03-25 03:35:39 -05:00
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PopupMenu = FullscreenPopup
2005-03-25 03:35:39 -05:00
OnClose = FormClose
OnCreate = FormCreate
OnDblClick = ImageDblClick
2005-03-25 03:35:39 -05:00
OnDestroy = FormDestroy
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Image: TImage
Left = 0
Top = 0
2006-01-05 13:38:34 -05:00
Width = 186
Height = 131
PopupMenu = FullscreenPopup
2005-03-25 03:35:39 -05:00
OnDblClick = ImageDblClick
end
object Timelimiter: TTimer
Enabled = False
Interval = 2000
OnTimer = TimelimiterOnTimer
Left = 8
Top = 8
end
object FullscreenPopup: TPopupMenu
Left = 40
Top = 8
object RenderStop: TMenuItem
Caption = '&Stop Render'
OnClick = RenderStopClick
end
object RenderMore: TMenuItem
Caption = 'Render &More'
ShortCut = 114
OnClick = RenderMoreClick
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = '&Close'
OnClick = ImageDblClick
end
end
2005-03-25 03:35:39 -05:00
end