object ServerForm: TServerForm Left = 372 Top = 277 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'iPhone Pairing' ClientHeight = 165 ClientWidth = 227 Color = clBtnFace ParentFont = True OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object RoPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton Left = 8 Top = 8 Width = 212 Height = 48 Cursor = crHandPoint end object lbPairingCodeCaption: TLabel Left = 8 Top = 64 Width = 62 Height = 13 Caption = 'Pairing code:' Visible = False end object lbPairingCode: TLabel Left = 8 Top = 80 Width = 212 Height = 73 Alignment = taCenter AutoSize = False Caption = '8888' Color = clInfoBk Font.Charset = OEM_CHARSET Font.Color = clWindowText Font.Height = -64 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Visible = False end object tmrCode: TTimer Enabled = False Interval = 60000 OnTimer = tmrCodeTimer Left = 192 Top = 40 end end