2010-01-25 08:59:44 -05:00
|
|
|
object DebugImgForm: TDebugImgForm
|
2010-05-07 17:48:09 -04:00
|
|
|
Left = 393
|
2010-01-25 08:59:44 -05:00
|
|
|
Height = 300
|
2010-05-07 17:48:09 -04:00
|
|
|
Top = 278
|
2010-01-25 08:59:44 -05:00
|
|
|
Width = 400
|
|
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
2010-04-29 13:01:20 -04:00
|
|
|
BorderStyle = bsSingle
|
2010-01-25 08:59:44 -05:00
|
|
|
Caption = 'DebugImgForm'
|
|
|
|
ClientHeight = 300
|
|
|
|
ClientWidth = 400
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnHide = FormHide
|
2010-05-07 17:48:09 -04:00
|
|
|
Position = poMainFormCenter
|
2010-01-25 08:59:44 -05:00
|
|
|
LCLVersion = '0.9.29'
|
|
|
|
object DrawImage: TImage
|
|
|
|
Left = 0
|
|
|
|
Height = 300
|
|
|
|
Top = 0
|
|
|
|
Width = 400
|
|
|
|
Align = alClient
|
2010-03-29 17:01:54 -04:00
|
|
|
OnResize = DrawImageResize
|
2010-01-25 08:59:44 -05:00
|
|
|
end
|
|
|
|
end
|