
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1411 8e941d3f-bd1b-0410-a28a-d453659cc2b4
28 lines
519 B
Plaintext
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
|