home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / pantheon.exe / 0 / RCDATA / TTOOLFORM / TTOOLFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  1.6 KB  |  81 lines

  1. object ToolForm: TToolForm
  2.   Left = 200
  3.   Top = 104
  4.   Width = 250
  5.   Height = 121
  6.   BorderStyle = bsSizeToolWin
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object TopPanel: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 242
  19.     Height = 21
  20.     Align = alTop
  21.     BevelOuter = bvNone
  22.     TabOrder = 0
  23.     object NormalImg: TImage
  24.       Left = 0
  25.       Top = 0
  26.       Width = 33
  27.       Height = 20
  28.       Cursor = crHandPoint
  29.       Hint = 'Norm∩┐╜ln∩┐╜ zobrazen∩┐╜'
  30.       AutoSize = True
  31.       ParentShowHint = False
  32.       Picture.Data = {<image000.bmp>}
  33.       ShowHint = True
  34.       Transparent = True
  35.       OnClick = NormalImgClick
  36.     end
  37.     object OnTopImg: TImage
  38.       Left = 0
  39.       Top = 0
  40.       Width = 33
  41.       Height = 20
  42.       Cursor = crHandPoint
  43.       Hint = 'Zobrazen∩┐╜ v∩┐╜dy na vrchu'
  44.       AutoSize = True
  45.       ParentShowHint = False
  46.       Picture.Data = {<image001.bmp>}
  47.       ShowHint = True
  48.       Transparent = True
  49.       Visible = False
  50.       OnClick = OnTopImgClick
  51.     end
  52.   end
  53.   object LeftPanel: TPanel
  54.     Left = 0
  55.     Top = 21
  56.     Width = 0
  57.     Height = 73
  58.     Align = alLeft
  59.     BevelOuter = bvNone
  60.     TabOrder = 1
  61.   end
  62.   object RightPanel: TPanel
  63.     Left = 242
  64.     Top = 21
  65.     Width = 0
  66.     Height = 73
  67.     Align = alRight
  68.     BevelOuter = bvNone
  69.     TabOrder = 2
  70.   end
  71.   object BottomPanel: TPanel
  72.     Left = 0
  73.     Top = 94
  74.     Width = 242
  75.     Height = 0
  76.     Align = alBottom
  77.     BevelOuter = bvNone
  78.     TabOrder = 3
  79.   end
  80. end
  81.