lazarus-ccr/applications/fpbrowser/imgform.lfm
sekelsenmat 2cb9e11e9b Adds a simple browser
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1719 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-24 08:34:19 +00:00

28 lines
519 B
Plaintext

object ImageForm: TImageForm
Left = 591
Top = 236
AutoScroll = False
Caption = 'ImageForm'
ClientHeight = 199
Height = 199
ClientWidth = 216
Width = 216
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
FormStyle = fsStayOnTop
Position = poDefaultPosOnly
OnShow = FormShow
PixelsPerInch = 96
object Image1: TImage
Left = 0
Top = 0
Width = 317
Height = 306
AutoSize = True
end
end