home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / ebmen.exe / %MAINDIR% / ebm.exe / 0 / RCDATA / TGATHERBAR / TGATHERBAR.txt
Encoding:
Text File  |  2001-06-29  |  1.7 KB  |  76 lines

  1. object GatherBar: TGatherBar
  2.   Left = 571
  3.   Top = 118
  4.   BorderStyle = bsNone
  5.   ClientHeight = 24
  6.   ClientWidth = 189
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   PopupMenu = PopupMenu
  16.   ShowHint = True
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnDblClick = FormDblClick
  20.   OnDestroy = FormDestroy
  21.   OnHide = FormHide
  22.   OnKeyPress = FormKeyPress
  23.   OnMouseUp = FormMouseUp
  24.   OnPaint = FormPaint
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 16
  28.   object SbtnHide: TSpeedButton
  29.     Left = 172
  30.     Top = 4
  31.     Width = 15
  32.     Height = 15
  33.     Anchors = [akTop, akRight]
  34.     Caption = 'X'
  35.     Flat = True
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clAqua
  38.     Font.Height = -12
  39.     Font.Name = 'Arial'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     ParentShowHint = False
  43.     ShowHint = True
  44.     OnClick = SbtnHideClick
  45.   end
  46.   object PopupMenu: TPopupMenu
  47.     AutoHotkeys = maManual
  48.     AutoPopup = False
  49.     OnPopup = PopupMenuPopup
  50.     Left = 56
  51.     object MItemHide: TMenuItem
  52.       Tag = 1306
  53.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  54.       OnClick = SbtnHideClick
  55.     end
  56.     object MItemShowMode: TMenuItem
  57.       Tag = 1307
  58.       Caption = '∩┐╜∩┐╜╩╛∩┐╜∩┐╜╫┤'
  59.       object MItemToolbar: TMenuItem
  60.         Tag = 1308
  61.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&T)'
  62.         GroupIndex = 1
  63.         RadioItem = True
  64.         OnClick = ViewToolbarMode
  65.       end
  66.       object MItemWindow: TMenuItem
  67.         Tag = 1309
  68.         Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜(&W)'
  69.         GroupIndex = 1
  70.         RadioItem = True
  71.         OnClick = ViewWinMode
  72.       end
  73.     end
  74.   end
  75. end
  76.