object ContactForm: TContactForm Left = 126 Top = 71 BorderIcons = [] BorderStyle = bsDialog Caption = 'Contact...' ClientHeight = 289 ClientWidth = 427 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 8 Top = 8 Width = 409 Height = 247 Alignment = taCenter DragMode = dmAutomatic Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( '' '+7(095)376-9073 & ask for Oleg' 'SnailMail:' 'Russia, Moscow, 109444' 'Tashkentskaya street, 15/22, apt 277' 'Electronic mail:' 'agorka@hotmail.com' '2:5020/740.17@fidonet.org' '' 'If you want to be a distro of production I make, send me ' 'a message and be 95% sure that you'#39'll have it!' '' 'Sorry, if you haven'#39't got distro from T-Rex, I was unable ' 'to help that. =(') ParentFont = False ReadOnly = True TabOrder = 2 WantReturns = False end object OkButton: TButton Left = 8 Top = 261 Width = 209 Height = 25 Caption = 'OK! I'#39'll contact you!' Default = True Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = OkButtonClick end object NoContact: TButton Left = 224 Top = 261 Width = 193 Height = 25 Caption = 'Nope! I will not!' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end end