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

  1. object ToolBarEditForm: TToolBarEditForm
  2.   Left = 263
  3.   Top = 71
  4.   ActiveControl = EditorToolBar
  5.   BorderStyle = bsDialog
  6.   Caption = 'Hlavn∩┐╜ panel n∩┐╜stroj∩┐╜ - p∩┐╜izp∩┐╜soben∩┐╜'
  7.   ClientHeight = 227
  8.   ClientWidth = 315
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TlacitkaLbl: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 87
  23.     Height = 13
  24.     Caption = 'Dostupn∩┐╜ tla∩┐╜∩┐╜tka:'
  25.   end
  26.   object Bevel: TBevel
  27.     Left = 8
  28.     Top = 186
  29.     Width = 305
  30.     Height = 8
  31.     Shape = bsTopLine
  32.   end
  33.   object Navod: TLabel
  34.     Left = 9
  35.     Top = 151
  36.     Width = 304
  37.     Height = 34
  38.     AutoSize = False
  39.     Caption = 
  40.       'Panel hlavn∩┐╜ nab∩┐╜dky p∩┐╜izp∩┐╜sob∩┐╜te pomoc∩┐╜ p∩┐╜etahov∩┐╜n∩┐╜ tla∩┐╜∩┐╜tek me' +
  41.       'zi panelem dostupn∩┐╜ch tla∩┐╜∩┐╜tek a li∩┐╜tou hlavn∩┐╜ nab∩┐╜dky.'
  42.     Color = clBtnFace
  43.     ParentColor = False
  44.     WordWrap = True
  45.   end
  46.   object EditorPanel: TPanel
  47.     Left = 8
  48.     Top = 24
  49.     Width = 305
  50.     Height = 120
  51.     BevelInner = bvRaised
  52.     BevelOuter = bvLowered
  53.     TabOrder = 0
  54.     object EditorToolBar: TToolBar
  55.       Left = 6
  56.       Top = 4
  57.       Width = 291
  58.       Height = 113
  59.       Align = alNone
  60.       ButtonHeight = 40
  61.       ButtonWidth = 65
  62.       EdgeBorders = []
  63.       EdgeInner = esNone
  64.       EdgeOuter = esNone
  65.       HotImages = MainForm.CoolBarHotImages
  66.       Images = MainForm.CoolBarImages
  67.       ShowCaptions = True
  68.       TabOrder = 0
  69.     end
  70.   end
  71.   object ObnovitBtn: TBitBtn
  72.     Left = 8
  73.     Top = 196
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&Obnovit'
  77.     TabOrder = 1
  78.     OnClick = ObnovitBtnClick
  79.   end
  80.   object CloseBtn: TBitBtn
  81.     Left = 234
  82.     Top = 196
  83.     Width = 75
  84.     Height = 25
  85.     Caption = '&Zav∩┐╜∩┐╜t'
  86.     TabOrder = 2
  87.     OnClick = CloseBtnClick
  88.   end
  89. end
  90.