object FormGenerate: TFormGenerate Left = 464 Height = 468 Top = 368 Width = 677 Caption = 'Generate contacts' ClientHeight = 468 ClientWidth = 677 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '1.8.0.6' object Label1: TLabel Left = 16 Height = 20 Top = 16 Width = 42 Caption = 'Count:' ParentColor = False end object SpinEditCount: TSpinEdit Left = 129 Height = 28 Top = 15 Width = 127 MaxValue = 1000000000 MinValue = 1 TabOrder = 0 Value = 1 end object ButtonGenerate: TButton Left = 16 Height = 31 Top = 144 Width = 94 Caption = 'Generate' OnClick = ButtonGenerateClick TabOrder = 1 end end