object FormGenerate: TFormGenerate Left = 470 Height = 585 Top = 372 Width = 846 Caption = 'Generate contacts' ClientHeight = 585 ClientWidth = 846 DesignTimePPI = 150 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.2.0.4' object Label1: TLabel Left = 20 Height = 27 Top = 20 Width = 59 Caption = 'Count:' ParentFont = False end object SpinEditCount: TSpinEdit Left = 161 Height = 43 Top = 19 Width = 158 MaxValue = 1000000000 MinValue = 1 ParentFont = False TabOrder = 0 Value = 1 end object ButtonGenerate: TButton Left = 704 Height = 39 Top = 528 Width = 118 Anchors = [akRight, akBottom] Caption = 'Generate' OnClick = ButtonGenerateClick ParentFont = False TabOrder = 1 end end