object Form1: TForm1 Left = 61 Top = 73 Width = 696 Height = 480 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnMouseDown = CreateFruit PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 600 Top = 424 Width = 81 Height = 25 Caption = 'Create Fruit' TabOrder = 0 OnClick = Button1Click end object RadioGroup1: TRadioGroup Left = 600 Top = 304 Width = 81 Height = 105 Caption = 'Fruit Class' Items.Strings = ( 'Fruit' 'Citrus' 'Orange') TabOrder = 1 end object Timer1: TTimer Left = 608 Top = 32 end end