Advertisement
carlosfeitozafilho

UFormBlender.dfm

Jun 18th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.59 KB | None | 0 0
  1. object FormBlender: TFormBlender
  2.   Left = 0
  3.   Top = 0
  4.   AlphaBlend = True
  5.   AlphaBlendValue = 128
  6.   BorderStyle = bsNone
  7.   Caption = 'FormBlender'
  8.   ClientHeight = 281
  9.   ClientWidth = 488
  10.   Color = clBlack
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Temporizador: TTimer
  22.     Enabled = False
  23.     Interval = 50
  24.     OnTimer = TemporizadorTimer
  25.     Left = 102
  26.     Top = 60
  27.   end
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement