home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFMAKRO / TFMAKRO.txt
Encoding:
Text File  |  2004-06-06  |  1.5 KB  |  68 lines

  1. object fMakro: TfMakro
  2.   Left = 360
  3.   Top = 187
  4.   AutoSize = True
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsNone
  7.   Caption = 'fMakro'
  8.   ClientHeight = 158
  9.   ClientWidth = 337
  10.   Color = clBtnFace
  11.   Font.Charset = EASTEUROPE_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lbMakro: THintListBox
  24.     Left = 0
  25.     Top = 16
  26.     Width = 337
  27.     Height = 142
  28.     TabStop = False
  29.     Style = lbOwnerDrawFixed
  30.     Ctl3D = False
  31.     IntegralHeight = True
  32.     ItemHeight = 14
  33.     ParentCtl3D = False
  34.     ParentShowHint = False
  35.     ShowHint = False
  36.     TabOrder = 0
  37.     OnClick = lbMakroClick
  38.     OnDblClick = lbMakroDblClick
  39.     OnDrawItem = lbMakroDrawItem
  40.     OnKeyDown = lbMakroKeyDown
  41.     OnKeyPress = lbMakroKeyPress
  42.     HorizontalExtent = 0
  43.     ItemHintPause = 300
  44.     ItemHintHidePause = 3000
  45.     ShowItemHint = True
  46.     Author = '(c)1997-2001 Giuseppe Madaffari (gmadaffari@infomedia.it)'
  47.   end
  48.   object eTitle: TStaticText
  49.     Left = 0
  50.     Top = 0
  51.     Width = 337
  52.     Height = 17
  53.     AutoSize = False
  54.     BorderStyle = sbsSingle
  55.     Caption = ' HTML'
  56.     Color = clBtnFace
  57.     Font.Charset = EASTEUROPE_CHARSET
  58.     Font.Color = clMenuText
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentColor = False
  63.     ParentFont = False
  64.     TabOrder = 1
  65.     Transparent = False
  66.   end
  67. end
  68.