home *** CD-ROM | disk | FTP | other *** search
- object fMakro: TfMakro
- Left = 360
- Top = 187
- AutoSize = True
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsNone
- Caption = 'fMakro'
- ClientHeight = 158
- ClientWidth = 337
- Color = clBtnFace
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lbMakro: THintListBox
- Left = 0
- Top = 16
- Width = 337
- Height = 142
- TabStop = False
- Style = lbOwnerDrawFixed
- Ctl3D = False
- IntegralHeight = True
- ItemHeight = 14
- ParentCtl3D = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnClick = lbMakroClick
- OnDblClick = lbMakroDblClick
- OnDrawItem = lbMakroDrawItem
- OnKeyDown = lbMakroKeyDown
- OnKeyPress = lbMakroKeyPress
- HorizontalExtent = 0
- ItemHintPause = 300
- ItemHintHidePause = 3000
- ShowItemHint = True
- Author = '(c)1997-2001 Giuseppe Madaffari (gmadaffari@infomedia.it)'
- end
- object eTitle: TStaticText
- Left = 0
- Top = 0
- Width = 337
- Height = 17
- AutoSize = False
- BorderStyle = sbsSingle
- Caption = ' HTML'
- Color = clBtnFace
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMenuText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 1
- Transparent = False
- end
- end
-