object SampleModalForm: TSampleModalForm Left = 383 Top = 261 Width = 356 Height = 187 Caption = 'SampleModalForm' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 128 Top = 24 Width = 84 Height = 13 Caption = 'Some Modal Form' end object Button1: TButton Left = 144 Top = 120 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 96 Top = 48 Width = 169 Height = 25 Caption = 'Browse to Mustangpeak.net' TabOrder = 1 OnClick = Button2Click end end