home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / ArsClip / source.zip / UnitfrmDummyUnicodePopup.dfm < prev    next >
Text File  |  2004-10-16  |  788b  |  37 lines

  1. object FrmDummyUnicodePopup: TFrmDummyUnicodePopup
  2.   Left = 462
  3.   Top = 400
  4.   Width = 243
  5.   Height = 112
  6.   Caption = 'FrmDummyUnicodePopup'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 48
  20.     Top = 40
  21.     Width = 30
  22.     Height = 8
  23.     Caption = 'Label1'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -8
  27.     Font.Name = 'Courier New'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object tim: TTimer
  32.     OnTimer = timTimer
  33.     Left = 72
  34.     Top = 8
  35.   end
  36. end
  37.