object Form: Tfanother
Menu = VBmainmenu
  Color = $00C0C0C0
  Caption         =   '2nd form (Modal)'
  Height = 202
  Left = 295
  Top = 190
  Width = 231
  OnCreate = Form_Load

 object btnAddToList: TButton
 Caption         =   'append to list'
 Height = 33
 Left = 8
 TabOrder = 4
 Top = 64
 Width = 97
 OnClick = btnAddToList_Click
 end

 object List1: TListBox
 Height = 67
 Left = 120
 TabOrder = 3
 Top = 24
 Width = 97
 OnClick = List1_Click
 end

 object edit1: TEdit
 Height = 25
 Left = 8
 TabOrder = 2
 Text            =   'Some Text'
 Top = 32
 Width = 89
 end

 object Command1: TButton
 Caption         =   'return'
 Height = 33
 Left = 112
 TabOrder = 0
 Top = 136
 Width = 65
 OnClick = Command1_Click
 end

 object Label2: TLabel
 Color = $00C0C0C0
 Caption         =   'move over me'
 Height = 25
 Left = 16
 Top = 104
 Width = 113
 OnMouseMove = Label2_MouseMove
 end

 object Label1: TLabel
 Color = $00C0C0C0
 Caption         =   'Name'
 Height = 25
 Left = 8
 Top = 8
 Width = 41
 end
end
