www.pudn.com > 旋转文字和移动头像―卡通效果.zip > main.dfm


object Form1: TForm1 
  Left = 192 
  Top = 107 
  Width = 696 
  Height = 480 
  Caption = #22270#24418#21160#30011#25928#26524 
  Color = clBtnFace 
  DockSite = True 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  OnDockDrop = FormDockDrop 
  OnMouseDown = FormMouseDown 
  OnMouseMove = FormMouseMove 
  OnPaint = FormPaint 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Background: TImage 
    Left = 0 
    Top = 0 
    Width = 688 
    Height = 453 
    Align = alClient 
    Visible = False 
  end 
  object Image1: TImage 
    Left = 128 
    Top = 232 
    Width = 105 
    Height = 105 
    Transparent = True 
    Visible = False 
  end 
  object Timer1: TTimer 
    Interval = 10 
    OnTimer = Timer1Timer 
    Left = 272 
    Top = 112 
  end 
end