home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / HTMLed / EDITOR.EXE / 0 / RCDATA / TFONTFORM / TFONTFORM.txt
Text File  |  1998-10-11  |  2KB  |  93 lines

  1. object FontForm: TFontForm
  2.   Left = 229
  3.   Top = 24
  4.   Width = 255
  5.   Height = 382
  6.   ActiveControl = FLB
  7.   Caption = 'Vybrat font'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 191
  10.   Constraints.MinWidth = 205
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object FLB: TListBox
  23.     Left = 0
  24.     Top = 0
  25.     Width = 247
  26.     Height = 316
  27.     Align = alClient
  28.     ItemHeight = 16
  29.     MultiSelect = True
  30.     Style = lbOwnerDrawVariable
  31.     TabOrder = 0
  32.     OnDrawItem = DrawItem
  33.     OnMeasureItem = FLBMeasureItem
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 316
  38.     Width = 247
  39.     Height = 39
  40.     Align = alBottom
  41.     TabOrder = 1
  42.     object Panel2: TPanel
  43.       Left = 1
  44.       Top = 1
  45.       Width = 245
  46.       Height = 37
  47.       Align = alClient
  48.       BevelOuter = bvNone
  49.       TabOrder = 0
  50.       object OKButton: TButton
  51.         Left = 63
  52.         Top = 7
  53.         Width = 75
  54.         Height = 25
  55.         Anchors = [akRight, akBottom]
  56.         Caption = 'OK'
  57.         Default = True
  58.         Font.Charset = DEFAULT_CHARSET
  59.         Font.Color = clBlack
  60.         Font.Height = -11
  61.         Font.Name = 'MS Sans Serif'
  62.         Font.Style = []
  63.         ModalResult = 1
  64.         ParentFont = False
  65.         TabOrder = 0
  66.       end
  67.       object CancelButton: TButton
  68.         Left = 151
  69.         Top = 7
  70.         Width = 75
  71.         Height = 25
  72.         Anchors = [akRight, akBottom]
  73.         Cancel = True
  74.         Caption = 'Storno'
  75.         Font.Charset = DEFAULT_CHARSET
  76.         Font.Color = clBlack
  77.         Font.Height = -11
  78.         Font.Name = 'MS Sans Serif'
  79.         Font.Style = []
  80.         ModalResult = 2
  81.         ParentFont = False
  82.         TabOrder = 1
  83.       end
  84.     end
  85.   end
  86.   object FormPlacement1: TFormPlacement
  87.     IniSection = '\Software\DRHTML\FontWin'
  88.     UseRegistry = True
  89.     Left = 16
  90.     Top = 16
  91.   end
  92. end
  93.