home *** CD-ROM | disk | FTP | other *** search
/ Freelog 114 / FreelogNo114-MarsAvril2013.iso / Systeme / ArsClip / ArsClip.exe / UnitfrmDummyUnicodePopup.dfm < prev    next >
Text File  |  2012-04-04  |  2KB  |  74 lines

  1. object FrmDummyUnicodePopup: TFrmDummyUnicodePopup
  2.   Left = 462
  3.   Top = 400
  4.   Caption = 'FrmDummyUnicodePopup'
  5.   ClientHeight = 99
  6.   ClientWidth = 226
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 30
  23.     Height = 8
  24.     Caption = 'Label1'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -8
  28.     Font.Name = 'Courier New'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object timShow: TTimer
  33.     Enabled = False
  34.     OnTimer = timShowTimer
  35.     Left = 72
  36.     Top = 8
  37.   end
  38.   object timDelayedCommand: TTimer
  39.     Enabled = False
  40.     Interval = 10
  41.     OnTimer = timDelayedCommandTimer
  42.     Left = 120
  43.     Top = 8
  44.   end
  45.   object TimClose: TTimer
  46.     Enabled = False
  47.     Interval = 3200
  48.     OnTimer = TimCloseTimer
  49.     Left = 72
  50.     Top = 48
  51.   end
  52.   object TimAutoGrow: TTimer
  53.     Enabled = False
  54.     Interval = 2000
  55.     OnTimer = TimAutoGrowTimer
  56.     Left = 120
  57.     Top = 52
  58.   end
  59.   object timShowClipMenu: TTimer
  60.     Enabled = False
  61.     Interval = 150
  62.     OnTimer = timShowClipMenuTimer
  63.     Left = 164
  64.     Top = 44
  65.   end
  66.   object timDelayedSpace: TTimer
  67.     Enabled = False
  68.     Interval = 500
  69.     OnTimer = timDelayedSpaceTimer
  70.     Left = 20
  71.     Top = 52
  72.   end
  73. end
  74.