lazarus/components/lazreport/source/lr_insp.lfm
jesus d0a347df28 Added LazReport components
git-svn-id: trunk@11950 -
2007-09-06 19:47:34 +00:00

55 lines
1.3 KiB
Plaintext

object frInspForm: TfrInspForm
BorderStyle = bsSizeToolWin
Caption = 'Object inspector'
ClientHeight = 176
ClientWidth = 132
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnCreate = FormCreate
OnDeactivate = FormDeactivate
OnDestroy = FormDestroy
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 75
TextHeight = 13
HorzScrollBar.Page = 131
VertScrollBar.Page = 175
Left = 200
Height = 176
Top = 108
Width = 132
object PaintBox1: TPaintBox
Align = alTop
ParentColor = True
OnMouseDown = PaintBox1MouseDown
OnPaint = PaintBox1Paint
Height = 136
Width = 132
end
object SpeedButton1: TSpeedButton
Caption = '...'
Glyph.Data = {
96000000424D960000000000000076000000280000000A000000040000000100
04000000000020000000CE0E0000C40E00001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
0000700700700700000070070070070000007777777777000000
}
Margin = 1
NumGlyphs = 0
OnClick = SpeedButton1Click
Left = 12
Height = 16
Top = 76
Width = 17
end
object Edit1: TEdit
TabOrder = 0
Text = 'Edit1'
Left = 24
Height = 23
Top = 16
Width = 80
end
end