jvcl driver development envionment
源代码在线查看: jvformanimationdemo.dfm
object frFormAnimation: TfrFormAnimation
Left = 192
Top = 110
Width = 278
Height = 310
Caption = 'Formanimation'
Color = clHighlight
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 24
Top = 16
Width = 225
Height = 25
Caption = 'Appear Ellipse'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 24
Top = 48
Width = 225
Height = 25
Caption = 'Appear Rectangle'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 24
Top = 80
Width = 225
Height = 25
Caption = 'Appear Round Rectangle'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 24
Top = 112
Width = 225
Height = 25
Caption = 'Appear Horizontally'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 24
Top = 144
Width = 225
Height = 25
Caption = 'Appear Vertically'
TabOrder = 4
OnClick = Button5Click
end
object Button6: TButton
Left = 24
Top = 176
Width = 225
Height = 25
Caption = 'Appear Television'
TabOrder = 5
OnClick = Button6Click
end
object Button7: TButton
Left = 24
Top = 208
Width = 225
Height = 25
Caption = 'Appear To Top'
TabOrder = 6
OnClick = Button7Click
end
object Button8: TButton
Left = 24
Top = 240
Width = 225
Height = 25
Caption = 'Appear To Bottom'
TabOrder = 7
OnClick = Button8Click
end
object JvFormAnimation1: TJvFormAnimation
Left = 256
Top = 16
end
end