home *** CD-ROM | disk | FTP | other *** search
- object ToolForm: TToolForm
- Left = 200
- Top = 104
- Width = 250
- Height = 121
- BorderStyle = bsSizeToolWin
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object TopPanel: TPanel
- Left = 0
- Top = 0
- Width = 242
- Height = 21
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object NormalImg: TImage
- Left = 0
- Top = 0
- Width = 33
- Height = 20
- Cursor = crHandPoint
- Hint = 'Norm�ln� zobrazen�'
- AutoSize = True
- ParentShowHint = False
- Picture.Data = {<image000.bmp>}
- ShowHint = True
- Transparent = True
- OnClick = NormalImgClick
- end
- object OnTopImg: TImage
- Left = 0
- Top = 0
- Width = 33
- Height = 20
- Cursor = crHandPoint
- Hint = 'Zobrazen� v�dy na vrchu'
- AutoSize = True
- ParentShowHint = False
- Picture.Data = {<image001.bmp>}
- ShowHint = True
- Transparent = True
- Visible = False
- OnClick = OnTopImgClick
- end
- end
- object LeftPanel: TPanel
- Left = 0
- Top = 21
- Width = 0
- Height = 73
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 1
- end
- object RightPanel: TPanel
- Left = 242
- Top = 21
- Width = 0
- Height = 73
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 2
- end
- object BottomPanel: TPanel
- Left = 0
- Top = 94
- Width = 242
- Height = 0
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 3
- end
- end
-