object FormGenerate: TFormGenerate Left = 470 Height = 318 Top = 616 Width = 652 Caption = 'Generate contacts' ClientHeight = 318 ClientWidth = 652 DesignTimePPI = 144 OnClose = FormClose OnShow = FormShow LCLVersion = '2.2.6.0' object Label1: TLabel Left = 19 Height = 26 Top = 19 Width = 55 Caption = 'Count:' ParentColor = False ParentFont = False end object SpinEditCount: TSpinEdit Left = 155 Height = 43 Top = 18 Width = 152 MaxValue = 1000000000 MinValue = 1 ParentFont = False TabOrder = 0 Value = 1 end object ButtonGenerate: TButton Left = 516 Height = 37 Top = 264 Width = 113 Anchors = [akRight, akBottom] Caption = 'Generate' OnClick = ButtonGenerateClick ParentFont = False TabOrder = 1 end end